diff --git a/Indicators/Economic-Capacity-to-Meet-Essential-Needs/ECMEN_Including_Assistance_Monitoring.sps b/Indicators/Economic-Capacity-to-Meet-Essential-Needs/ECMEN_Including_Assistance_Monitoring.sps index a1ed34d..0d1573c 100644 --- a/Indicators/Economic-Capacity-to-Meet-Essential-Needs/ECMEN_Including_Assistance_Monitoring.sps +++ b/Indicators/Economic-Capacity-to-Meet-Essential-Needs/ECMEN_Including_Assistance_Monitoring.sps @@ -1,267 +1,327 @@ -* Encoding: UTF-8. -******************************************************************************** - * SPSS Syntax for the Economic Capacity to Meet Essential Needs (ECMEN) – Version including assistance (for monitoring) - ******************************************************************************* - -*ECMEN calculation is based on the standard module available here: https://docs.wfp.org/api/documents/WFP-0000115416/download/ +* Encoding: UTF-8. -* Detailed guidance on the computation of the ECMEN can be found here: https://docs.wfp.org/api/documents/WFP-0000145644/download/ -* Note : the computation of the ECMEN requires having already established a Minimum Expenditure Basket (MEB). More information on MEBs can be found here: https://docs.wfp.org/api/documents/WFP-0000074198/download/ +*** ---------------------------------------------------------------------------------------------------- -*-------------------------------------------------------------------------------* -*1. Create variables for food expenditure, by source -*-------------------------------------------------------------------------------* +*** WFP Standardized Scripts +*** Economic Capacity to Meet Essential Needs (ECMEN) - for assessments -*Important note: add recall period of _7D or _1M to the variables names below depending on what has been selected for your CO. It is recommended to follow standard recall periods as in the module. -*** 1.a Label variables: +*** Last Update : #/#/2025 +*** Purpose: This script calculates the Economic Capacity to Meet Essential Needs indicator - version including assistance (for monitoring) + +*** Data Quality Guidance References: +*** - Recommended usage of constraints and warning messages in coded tool: Page 18 and page 21 +*** - Recommended high frequency checks: Page 31-32 +*** - Recommended cleaning steps: Page 38-40 + +*** ---------------------------------------------------------------------------------------------------- + +*** Note: In the version used for assessment: + a) the household economic capacity aggregate should not include the value of consumed in-kind assistance gifts; + b) the value of the cash assistance received from the humanitarian sector should be deducted from the household economic capacity aggregate (but only for the estimated share of the cash assistance that is used for consumption, when available). + +*** Note that the computation of the ECMEN requires having already established a Minimum Expenditure Basket (MEB) + **************************************************************************** NOT ACCORDING TO THE GUIDANCE. CHECK WITH LENA FOR COHERENT MESSAGING + +*** Define group labels - these should match Survey Designer naming conventions +*** This syntax uses the recommended standard recall period of 7 days. If your CO has selected the 1 month recall period, you need to change the variable names accordingly (replace 7D with 1M) VARIABLE LABELS - HHExpFCer_Purch_MN_7D 'Expenditures on cereals' - HHExpFCer_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - cereals' - HHExpFCer_Own_MN_7D 'Value of consumed own production - cereals' - HHExpFTub_Purch_MN_7D 'Expenditures on tubers' - HHExpFTub_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - tubers' - HHExpFTub_Own_MN_7D 'Value of consumed own production - tubers' - HHExpFPuls_Purch_MN_7D 'Expenditures on pulses & nuts' - HHExpFPuls_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - pulses and nuts' - HHExpFPuls_Own_MN_7D 'Value of consumed own production - pulses & nuts' - HHExpFVeg_Purch_MN_7D 'Expenditures on vegetables' - HHExpFVeg_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - vegetables' - HHExpFVeg_Own_MN_7D 'Value of consumed own production - vegetables' - HHExpFFrt_Purch_MN_7D 'Expenditures on fruits' - HHExpFFrt_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - fruits' - HHExpFFrt_Own_MN_7D 'Value of consumed own production - fruits' - HHExpFAnimMeat_Purch_MN_7D 'Expenditures on meat' - HHExpFAnimMeat_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - meat' - HHExpFAnimMeat_Own_MN_7D 'Value of consumed own production - meat' - HHExpFAnimFish_Purch_MN_7D 'Expenditures on fish' - HHExpFAnimFish_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - fish' - HHExpFAnimFish_Own_MN_7D 'Value of consumed own production - fish' - HHExpFFats_Purch_MN_7D 'Expenditures on fats' - HHExpFFats_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - fats' - HHExpFFats_Own_MN_7D 'Value of consumed own production - fats' - HHExpFDairy_Purch_MN_7D 'Expenditures on milk/dairy products' - HHExpFDairy_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - milk/dairy products' - HHExpFDairy_Own_MN_7D 'Value of consumed own production - milk/dairy products' - HHExpFEgg_Purch_MN_7D 'Expenditures on eggs' - HHExpFEgg_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - eggs' - HHExpFEgg_Own_MN_7D 'Value of consumed own production - eggs' - HHExpFSgr_Purch_MN_7D 'Expenditures on sugar/confectionery/desserts' - HHExpFSgr_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - sugar/confectionery/desserts' - HHExpFSgr_Own_MN_7D 'Value of consumed own production - sugar/confectionery/desserts' - HHExpFCond_Purch_MN_7D 'Expenditures on condiments' - HHExpFCond_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - condiments' - HHExpFCond_Own_MN_7D 'Value of consumed own production - condiments' - HHExpFBev_Purch_MN_7D 'Expenditures on beverages' - HHExpFBev_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - beverages' - HHExpFBev_Own_MN_7D 'Value of consumed own production - beverages' - HHExpFOut_Purch_MN_7D 'Expenditures on snacks/meals prepared outside' - HHExpFOut_GiftAid_MN_7D 'Value of consumed in-kind assistance and gifts - snacks/meals prepared outside' - HHExpFOut_Own_MN_7D 'Value of consumed own production - snacks/meals prepared outside'. +HHExpFCer_Purch_MN_7D ‘Weekly expenditures on cereals’ +HHExpFCer_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - cereals’ +HHExpFCer_Own_MN_7D ‘Weekly value of consumed own production - cereals’ +HHExpFTub_Purch_MN_7D ‘Weekly expenditures on tubers’ +HHExpFTub_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - tubers’ +HHExpFTub_Own_MN_7D ‘Weekly value of consumed own production - tubers’ +HHExpFPuls_Purch_MN_7D ‘Weekly expenditures on pulses and nuts’ +HHExpFPuls_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - pulses and nuts’ +HHExpFPuls_Own_MN_7D ‘Weekly value of consumed own production - pulses & nuts’ +HHExpFVeg_Purch_MN_7D ‘Weekly expenditures on vegetables’ +HHExpFVeg_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - vegetables’ +HHExpFVeg_Own_MN_7D ‘Weekly value of consumed own production - vegetables’ +HHExpFFrt_Purch_MN_7D ‘Weekly expenditures on fruits’ +HHExpFFrt_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - fruits’ +HHExpFFrt_Own_MN_7D ‘Weekly value of consumed own production - fruits’ +HHExpFAnimMeat_Purch_MN_7D ‘Weekly expenditures on meat’ +HHExpFAnimMeat_GiftAid_MN_7D 'Weekly value of consumed in-kind assistance and gifts - meat' +HHExpFAnimMeat_Own_MN_7D ‘Weekly value of consumed own production - meat’ +HHExpFAnimFish_Purch_MN_7D ‘Weekly expenditures on fish’ +HHExpFAnimFish_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - fish’ +HHExpFAnimFish_Own_MN_7D ‘Weekly value of consumed own production - fish’ +HHExpFFats_Purch_MN_7D ‘Weekly expenditures on fats’ +HHExpFFats_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - fats’ +HHExpFFats_Own_MN_7D ‘Weekly value of consumed own production - fats’ +HHExpFDairy_Purch_MN_7D 'Weekly expenditures on milk or dairy products' +HHExpFDairy_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - milk or dairy products’ +HHExpFDairy_Own_MN_7D ‘Weekly value of consumed own production - milk or dairy products’ +HHExpFEgg_Purch_MN_7D ‘Weekly expenditures on eggs’ +HHExpFEgg_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - eggs’ +HHExpFEgg_Own_MN_7D 'Weekly value of consumed own production - eggs' +HHExpFSgr_Purch_MN_7D 'Weekly expenditures on sugar or confectionery or desserts' +HHExpFSgr_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - sugar or confectionery or desserts’ +HHExpFSgr_Own_MN_7D ‘Weekly value of consumed own production - sugar or confectionery or desserts’ +HHExpFCond_Purch_MN_7D ‘Weekly expenditures on condiments’ +HHExpFCond_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - condiments’ +HHExpFCond_Own_MN_7D ‘Weekly value of consumed own production - condiments’ +HHExpFBev_Purch_MN_7D ‘Weekly expenditures on beverages’ +HHExpFBev_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - beverages’ +HHExpFBev_Own_MN_7D ‘Weekly value of consumed own production - beverages’ +HHExpFOut_Purch_MN_7D ‘Weekly expenditures on snacks or meals prepared outside’ +HHExpFOut_GiftAid_MN_7D ‘Weekly value of consumed in-kind assistance and gifts - snacks or meals prepared outside’ +HHExpFOut_Own_MN_7D ‘Weekly value of consumed own production - snacks or meals prepared outside’. EXECUTE. -* If the questionnaire included further food categories/items label the respective variables +***Converting system missing of the food expenditure to 0 +recode HHExpFCer_Purch_MN_7D HHExpFCer_GiftAid_MN_7D HHExpFCer_Own_MN_7D HHExpFTub_Purch_MN_7D HHExpFTub_GiftAid_MN_7D HHExpFTub_Own_MN_7D HHExpFPuls_Purch_MN_7D +HHExpFPuls_GiftAid_MN_7D HHExpFPuls_Own_MN_7D HHExpFVeg_Purch_MN_7D HHExpFVeg_GiftAid_MN_7D HHExpFVeg_Own_MN_7D HHExpFFrt_Purch_MN_7D HHExpFFrt_GiftAid_MN_7D HHExpFFrt_Own_MN_7D +HHExpFAnimMeat_Purch_MN_7D HHExpFAnimMeat_GiftAid_MN_7D HHExpFAnimMeat_Own_MN_7D HHExpFAnimFish_Purch_MN_7D HHExpFAnimFish_GiftAid_MN_7D HHExpFAnimFish_Own_MN_7D HHExpFFats_Purch_MN_7D +HHExpFFats_GiftAid_MN_7D HHExpFFats_Own_MN_7D HHExpFDairy_Purch_MN_7D HHExpFDairy_GiftAid_MN_7D HHExpFDairy_Own_MN_7D HHExpFEgg_Purch_MN_7D HHExpFEgg_GiftAid_MN_7D HHExpFEgg_Own_MN_7D +HHExpFSgr_Purch_MN_7D HHExpFSgr_GiftAid_MN_7D HHExpFSgr_Own_MN_7D HHExpFCond_Purch_MN_7D HHExpFCond_GiftAid_MN_7D HHExpFCond_Own_MN_7D HHExpFBev_Purch_MN_7D HHExpFBev_GiftAid_MN_7D +HHExpFBev_Own_MN_7D HHExpFOut_Purch_MN_7D HHExpFOut_GiftAid_MN_7D HHExpFOut_Own_MN_7D (sysmis=0). +execute. -*** 1.b Calculate total value of food expenditures/consumption by source -*If the expenditure recall period is 7 days; make sure to express the newly created variables in monthly terms by multiplying by 30/7 +*** Check expenditures to get an overview of the data and potential outliers -*Monthly food expenditures in cash/credit +FREQUENCIES VARIABLES= HHExpFCer_Purch_MN_7D HHExpFCer_GiftAid_MN_7D HHExpFCer_Own_MN_7D HHExpFTub_Purch_MN_7D HHExpFTub_GiftAid_MN_7D HHExpFTub_Own_MN_7D HHExpFPuls_Purch_MN_7D +HHExpFPuls_GiftAid_MN_7D HHExpFPuls_Own_MN_7D HHExpFVeg_Purch_MN_7D HHExpFVeg_GiftAid_MN_7D HHExpFVeg_Own_MN_7D HHExpFFrt_Purch_MN_7D HHExpFFrt_GiftAid_MN_7D HHExpFFrt_Own_MN_7D +HHExpFAnimMeat_Purch_MN_7D HHExpFAnimMeat_GiftAid_MN_7D HHExpFAnimMeat_Own_MN_7D HHExpFAnimFish_Purch_MN_7D HHExpFAnimFish_GiftAid_MN_7D HHExpFAnimFish_Own_MN_7D HHExpFFats_Purch_MN_7D +HHExpFFats_GiftAid_MN_7D HHExpFFats_Own_MN_7D HHExpFDairy_Purch_MN_7D HHExpFDairy_GiftAid_MN_7D HHExpFDairy_Own_MN_7D HHExpFEgg_Purch_MN_7D HHExpFEgg_GiftAid_MN_7D HHExpFEgg_Own_MN_7D +HHExpFSgr_Purch_MN_7D HHExpFSgr_GiftAid_MN_7D HHExpFSgr_Own_MN_7D HHExpFCond_Purch_MN_7D HHExpFCond_GiftAid_MN_7D HHExpFCond_Own_MN_7D HHExpFBev_Purch_MN_7D HHExpFBev_GiftAid_MN_7D +HHExpFBev_Own_MN_7D HHExpFOut_Purch_MN_7D HHExpFOut_GiftAid_MN_7D HHExpFOut_Own_MN_7D + /FORMAT=NOTABLE + /STATISTICS=MINIMUM MAXIMUM MEAN. + +*** ---------------------------------------------------------------------------------------------------- -COMPUTE HHExp_Food_Purch_MN_1M=SUM(HHExpFCer_Purch_MN_7D, HHExpFTub_Purch_MN_7D, HHExpFPuls_Purch_MN_7D, + - HHExpFVeg_Purch_MN_7D, HHExpFFrt_Purch_MN_7D, HHExpFAnimMeat_Purch_MN_7D, HHExpFAnimFish_Purch_MN_7D, HHExpFFats_Purch_MN_7D, + - HHExpFDairy_Purch_MN_7D, HHExpFEgg_Purch_MN_7D, HHExpFSgr_Purch_MN_7D, HHExpFCond_Purch_MN_7D, HHExpFBev_Purch_MN_7D, HHExpFOut_Purch_MN_7D). -COMPUTE HHExp_Food_Purch_MN_1M=HHExp_Food_Purch_MN_1M*(30/7). /* conversion in monthly terms - do it only if recall period for food was 7 days. - VARIABLE LABELS HHExp_Food_Purch_MN_1M 'Total monthly food expenditure (cash and credit)'. -EXECUTE. -*Monthly value of consumed food from gift/aid +*** Important step +*** After getting the overview of the raw data, it is now recommended to use the standard cleaning syntax found on the VAM Resource Centre to do the standard cleaning. Following this, additional contextual cleaning can +be done if neccessary. It is not recommended to move to the below step until the data has been cleaned -COMPUTE HHExp_Food_GiftAid_MN_1M=SUM(HHExpFCer_GiftAid_MN_7D, HHExpFTub_GiftAid_MN_7D, HHExpFPuls_GiftAid_MN_7D, + -HHExpFVeg_GiftAid_MN_7D, HHExpFFrt_GiftAid_MN_7D, HHExpFAnimMeat_GiftAid_MN_7D, HHExpFAnimFish_GiftAid_MN_7D, HHExpFFats_GiftAid_MN_7D, + -HHExpFDairy_GiftAid_MN_7D, HHExpFEgg_GiftAid_MN_7D, HHExpFSgr_GiftAid_MN_7D, HHExpFCond_GiftAid_MN_7D, HHExpFBev_GiftAid_MN_7D, HHExpFOut_GiftAid_MN_7D). -COMPUTE HHExp_Food_GiftAid_MN_1M=HHExp_Food_GiftAid_MN_1M*(30/7). /*conversion in monthly terms - do it only if recall period for food was 7 days. - VARIABLE LABELS HHExp_Food_GiftAid_MN_1M 'Total monthly food consumption from gifts/aid'. + +*** ---------------------------------------------------------------------------------------------------- + +*** Calculate total monthly value of food expenditures/consumption by source + +*** This syntax uses the recommended standard recall period of 7 days. If your CO has selected the 1 month recall period, ensure you adjust the below accordingly + +*** Calculate monthly food expenditures in cash/credit + +COMPUTE HHExp_Food_Purch_MN_1M = HHExpFCer_Purch_MN_7D + HHExpFTub_Purch_MN_7D + HHExpFPuls_Purch_MN_7D + HHExpFVeg_Purch_MN_7D + HHExpFFrt_Purch_MN_7D + HHExpFAnimMeat_Purch_MN_7D + +HHExpFAnimFish_Purch_MN_7D + HHExpFFats_Purch_MN_7D + HHExpFDairy_Purch_MN_7D + HHExpFEgg_Purch_MN_7D + HHExpFSgr_Purch_MN_7D + HHExpFCond_Purch_MN_7D + HHExpFBev_Purch_MN_7D + HHExpFOut_Purch_MN_7D. +COMPUTE HHExp_Food_Purch_MN_1M=HHExp_Food_Purch_MN_1M*(30/7). +VARIABLE LABELS HHExp_Food_Purch_MN_1M “Total monthly food expenditure (cash and credit)”. EXECUTE. -*Monthly value of consumed food from own-production +*** Calculate monthly value of consumed food from gift/aid -COMPUTE HHExp_Food_Own_MN_1M=SUM(HHExpFCer_Own_MN_7D, HHExpFTub_Own_MN_7D, HHExpFPuls_Own_MN_7D, + -HHExpFVeg_Own_MN_7D, HHExpFFrt_Own_MN_7D, HHExpFAnimMeat_Own_MN_7D, HHExpFAnimFish_Own_MN_7D, HHExpFFats_Own_MN_7D, + - HHExpFDairy_Own_MN_7D, HHExpFEgg_Own_MN_7D, HHExpFSgr_Own_MN_7D, HHExpFCond_Own_MN_7D, HHExpFBev_Own_MN_7D, HHExpFOut_Own_MN_7D). -COMPUTE HHExp_Food_Own_MN_1M=HHExp_Food_Own_MN_1M*(30/7). /* conversion in monthly terms - do it only if recall period for food was 7 day. - VARIABLE LABELS HHExp_Food_Own_MN_1M 'Total monthly food consumption from own-production'. +COMPUTE HHExp_Food_GiftAid_MN_1M = HHExpFCer_GiftAid_MN_7D + HHExpFTub_GiftAid_MN_7D + HHExpFPuls_GiftAid_MN_7D + HHExpFVeg_GiftAid_MN_7D + HHExpFFrt_GiftAid_MN_7D + HHExpFAnimMeat_GiftAid_MN_7D + +HHExpFAnimFish_GiftAid_MN_7D + HHExpFFats_GiftAid_MN_7D + HHExpFDairy_GiftAid_MN_7D + HHExpFEgg_GiftAid_MN_7D + HHExpFSgr_GiftAid_MN_7D + HHExpFCond_GiftAid_MN_7D + HHExpFBev_GiftAid_MN_7D + HHExpFOut_GiftAid_MN_7D. +COMPUTE HHExp_Food_GiftAid_MN_1M=HHExp_Food_GiftAid_MN_1M*(30/7). +VARIABLE LABELS HHExp_Food_GiftAid_MN_1M 'Total monthly food consumption from gifts/aid'. EXECUTE. -*-------------------------------------------------------------------------------* -*2. Create variables for non-food expenditure, by source -*-------------------------------------------------------------------------------* +*** Calculate monthly value of consumed food from own production -*** 2.a Label variables: +COMPUTE HHExp_Food_Own_MN_1M = HHExpFCer_Own_MN_7D + HHExpFTub_Own_MN_7D + HHExpFPuls_Own_MN_7D + HHExpFVeg_Own_MN_7D + HHExpFFrt_Own_MN_7D + HHExpFAnimMeat_Own_MN_7D + +HHExpFAnimFish_Own_MN_7D + HHExpFFats_Own_MN_7D + HHExpFDairy_Own_MN_7D + HHExpFEgg_Own_MN_7D + HHExpFSgr_Own_MN_7D + HHExpFCond_Own_MN_7D + HHExpFBev_Own_MN_7D + HHExpFOut_Own_MN_7D. +COMPUTE HHExp_Food_Own_MN_1M=HHExp_Food_Own_MN_1M*(30/7). +VARIABLE LABELS HHExp_Food_Own_MN_1M “Total monthly food consumption from own production”. +EXECUTE. + +*** Label non-food variables, 1 month recall -*1 month recall period - variables labels. VARIABLE LABELS - HHExpNFHyg_Purch_MN_1M 'Expenditures on hygiene' - HHExpNFHyg_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - hygiene' - HHExpNFTransp_Purch_MN_1M 'Expenditures on transport' - HHExpNFTransp_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - transport' - HHExpNFFuel_Purch_MN_1M 'Expenditures on fuel' - HHExpNFFuel_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - fuel' - HHExpNFWat_Purch_MN_1M 'Expenditures on water' - HHExpNFWat_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - water' - HHExpNFElec_Purch_MN_1M 'Expenditures on electricity' - HHExpNFElec_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - electricity' - HHExpNFEnerg_Purch_MN_1M 'Expenditures on energy (not electricity)' - HHExpNFEnerg_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - energy (not electricity)' - HHExpNFDwelSer_Purch_MN_1M 'Expenditures on services related to dwelling' - HHExpNFDwelSer_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - services related to dwelling' - HHExpNFPhone_Purch_MN_1M 'Expenditures on communication' - HHExpNFPhone_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - communication' - HHExpNFRecr_Purch_MN_1M 'Expenditures on recreation' - HHExpNFRecr_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - recreation' - HHExpNFAlcTobac_Purch_MN_1M 'Expenditures on alcohol/tobacco' - HHExpNFAlcTobac_GiftAid_MN_1M 'Value of consumed in-kind assistance-gifts - alcohol/tobacco'. +HHExpNFHyg_Purch_MN_1M ‘Monthly expenditures on hygiene’ +HHExpNFHyg_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - hygiene’ +HHExpNFTransp_Purch_MN_1M ‘Monthly expenditures on transport’ +HHExpNFTransp_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - transport’ +HHExpNFFuel_Purch_MN_1M ‘Monthly expenditures on fuel’ +HHExpNFFuel_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - fuel’ +HHExpNFWat_Purch_MN_1M ‘Monthly expenditures on water’ +HHExpNFWat_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - water’ +HHExpNFElec_Purch_MN_1M ‘Monthly expenditures on electricity’ +HHExpNFElec_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - electricity’ +HHExpNFEnerg_Purch_MN_1M ‘Monthly expenditures on energy (not electricity)’ +HHExpNFEnerg_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - energy (not electricity)’ +HHExpNFDwelSer_Purch_MN_1M ‘Monthly expenditures on services related to dwelling’ +HHExpNFDwelSer_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - services related to dwelling’ +HHExpNFPhone_Purch_MN_1M ‘Monthly expenditures on communication’ +HHExpNFPhone_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - communication’ +HHExpNFRecr_Purch_MN_1M ‘Monthly expenditures on recreation’ +HHExpNFRecr_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - recreation’ +HHExpNFAlcTobac_Purch_MN_1M ‘Monthly expenditures on alcohol or tobacco’ +HHExpNFAlcTobac_GiftAid_MN_1M ‘Monthly value of consumed in-kind assistance and gifts - alcohol or tobacco’. EXECUTE. -* If the questionnaire included further non-food categories/items label the respective variables -*6 months recall period - variables labels. +***Converting system missing of the non-food expenditure to 0 + +recode HHExpNFHyg_Purch_MN_1M HHExpNFHyg_GiftAid_MN_1M HHExpNFTransp_Purch_MN_1M HHExpNFTransp_Purch_MN_1M HHExpNFTransp_GiftAid_MN_1M + HHExpNFFuel_Purch_MN_1M HHExpNFFuel_GiftAid_MN_1M HHExpNFWat_Purch_MN_1M HHExpNFWat_GiftAid_MN_1M HHExpNFElec_Purch_MN_1M HHExpNFElec_GiftAid_MN_1M + HHExpNFEnerg_Purch_MN_1M HHExpNFEnerg_GiftAid_MN_1M HHExpNFDwelSer_Purch_MN_1M HHExpNFDwelSer_GiftAid_MN_1M HHExpNFPhone_Purch_MN_1M + HHExpNFPhone_GiftAid_MN_1M HHExpNFRecr_Purch_MN_1M HHExpNFRecr_GiftAid_MN_1M HHExpNFAlcTobac_Purch_MN_1M HHExpNFAlcTobac_GiftAid_MN_1M (sysmis=0). +execute. + +*** If the questionnaire included other short-term non-food categories, label the respective variables and add them to the calculations below + +*** Label non-food variables, 6 months recall + VARIABLE LABELS - HHExpNFMedServ_Purch_MN_6M 'Expenditures on health services' - HHExpNFMedServ_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - health services' - HHExpNFMedGood_Purch_MN_6M 'Expenditures on medicines and health products' - HHExpNFMedGood_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - medicines and health products' - HHExpNFCloth_Purch_MN_6M 'Expenditures on clothing and footwear' - HHExpNFCloth_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - clothing and footwear' - HHExpNFEduFee_Purch_MN_6M 'Expenditures on education services' - HHExpNFEduFee_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - education services' - HHExpNFEduGood_Purch_MN_6M 'Expenditures on education goods' - HHExpNFEduGood_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - education goods' - HHExpNFRent_Purch_MN_6M 'Expenditures on rent' - HHExpNFRent_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - rent' - HHExpNFHHSoft_Purch_MN_6M 'Expenditures on non-durable furniture/utensils' - HHExpNFHHSoft_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - non-durable furniture/utensils' - HHExpNFHHMaint_Purch_MN_6M 'Expenditures on household routine maintenance' - HHExpNFHHMaint_GiftAid_MN_6M 'Value of consumed in-kind assistance-gifts - household routine maintenance'. +HHExpNFMedServ_Purch_MN_6M ‘Expenditures on health services in the past 6 months’ +HHExpNFMedServ_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - health services in the past 6 months’ +HHExpNFMedGood_Purch_MN_6M ‘Expenditures on medicines and health products in the past 6 months’ +HHExpNFMedGood_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - medicines and health products in the past 6 months’ +HHExpNFCloth_Purch_MN_6M ‘Expenditures on clothing and footwear in the past 6 months’ +HHExpNFCloth_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - clothing and footwear in the past 6 months’ +HHExpNFEduFee_Purch_MN_6M ‘Expenditures on education services in the past 6 months’ +HHExpNFEduFee_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - education services in the past 6 months’ +HHExpNFEduGood_Purch_MN_6M ‘Expenditures on education goods in the past 6 months’ +HHExpNFEduGood_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - education goods in the past 6 months’ +HHExpNFRent_Purch_MN_6M ‘Expenditures on rent in the past 6 months’ +HHExpNFRent_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - rent in the past 6 months’ +HHExpNFHHSoft_Purch_MN_6M ‘Expenditures on non-durable furniture or utensils in the past 6 months’ +HHExpNFHHSoft_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - non-durable furniture or utensils in the past 6 months’ +HHExpNFHHMaint_Purch_MN_6M ‘Expenditures on household routine maintenance in the past 6 months’ +HHExpNFHHMaint_GiftAid_MN_6M ‘Value of consumed in-kind assistance and gifts - household routine maintenance in the past 6 months’. EXECUTE. -* If the questionnaire included further non-food categories/items label the respective variables. -*** 2.b Calculate total value of non-food expenditures/consumption by source -** Total non-food expenditure (cash/credit) +***Converting system missing of the 6 month expediture of non-food items to 0 + +recode HHExpNFMedServ_Purch_MN_6M HHExpNFMedServ_GiftAid_MN_6M HHExpNFMedGood_Purch_MN_6M HHExpNFMedGood_GiftAid_MN_6M HHExpNFCloth_Purch_MN_6M + HHExpNFCloth_Purch_MN_6M HHExpNFCloth_GiftAid_MN_6M HHExpNFEduFee_Purch_MN_6M HHExpNFEduFee_GiftAid_MN_6M HHExpNFEduGood_Purch_MN_6M + HHExpNFEduGood_GiftAid_MN_6M HHExpNFRent_Purch_MN_6M HHExpNFRent_GiftAid_MN_6M HHExpNFHHSoft_Purch_MN_6M HHExpNFHHSoft_GiftAid_MN_6M + HHExpNFHHMaint_Purch_MN_6M HHExpNFHHMaint_GiftAid_MN_6M (sysmis=0). +execute. -* 30 days recall. -COMPUTE HHExpNFTotal_Purch_MN_30D=SUM(HHExpNFHyg_Purch_MN_1M, HHExpNFTransp_Purch_MN_1M, HHExpNFFuel_Purch_MN_1M, + - HHExpNFWat_Purch_MN_1M, HHExpNFElec_Purch_MN_1M, HHExpNFEnerg_Purch_MN_1M, HHExpNFDwelSer_Purch_MN_1M, HHExpNFPhone_Purch_MN_1M, HHExpNFRecr_Purch_MN_1M, HHExpNFAlcTobac_Purch_MN_1M). + +*** If the questionnaire included other long-term non-food categories, label the respective variables and add them to the calculations below + +*** Calculate total monthly non-food expenditures purchased with cash or credit + +*** Short-term non-food expenditures, 1 month recall (cash/credit) + + +COMPUTE HHExpNFTotal_Purch_MN_30D = HHExpNFHyg_Purch_MN_1M + HHExpNFTransp_Purch_MN_1M + HHExpNFFuel_Purch_MN_1M + HHExpNFWat_Purch_MN_1M + HHExpNFElec_Purch_MN_1M + HHExpNFEnerg_Purch_MN_1M + +HHExpNFDwelSer_Purch_MN_1M + HHExpNFPhone_Purch_MN_1M + HHExpNFRecr_Purch_MN_1M + HHExpNFAlcTobac_Purch_MN_1M. EXECUTE. -* 6 months recall. -COMPUTE HHExpNFTotal_Purch_MN_6M=SUM(HHExpNFMedServ_Purch_MN_6M, HHExpNFMedGood_Purch_MN_6M, HHExpNFCloth_Purch_MN_6M, + -HHExpNFEduFee_Purch_MN_6M, HHExpNFEduGood_Purch_MN_6M, HHExpNFRent_Purch_MN_6M, HHExpNFHHSoft_Purch_MN_6M, HHExpNFHHMaint_Purch_MN_6M). /* careful with rent: should include only if also included in MEB. +*** Long-term non-food expenditures, 6 month recall (cash/credit) + +COMPUTE HHExpNFTotal_Purch_MN_6M = HHExpNFMedServ_Purch_MN_6M + HHExpNFMedGood_Purch_MN_6M + HHExpNFCloth_Purch_MN_6M + HHExpNFEduFee_Purch_MN_6M + HHExpNFEduGood_Purch_MN_6M + +HHExpNFRent_Purch_MN_6M + HHExpNFHHSoft_Purch_MN_6M + HHExpNFHHMaint_Purch_MN_6M. /* careful with rent: should include only if also incuded in MEB.***************************************************************************************** EXECUTE. -* Express 6 months in monthly terms. +*** Convert long-term expenditures to monthly average (cash/credit) + COMPUTE HHExpNFTotal_Purch_MN_6M=HHExpNFTotal_Purch_MN_6M/6. EXECUTE. -* Sum. -COMPUTE HHExpNFTotal_Purch_MN_1M=SUM(HHExpNFTotal_Purch_MN_30D, HHExpNFTotal_Purch_MN_6M). +*** Calculate the total monthly non-food expenditures (cash/credit) + +COMPUTE HHExpNFTotal_Purch_MN_1M = HHExpNFTotal_Purch_MN_30D + HHExpNFTotal_Purch_MN_6M. +VARIABLE LABELS HHExpNFTotal_Purch_MN_1M “Total monthly non-food expenditure (cash and credit)”. EXECUTE. - VARIABLE LABELS HHExpNFTotal_Purch_MN_1M 'Total monthly non-food expenditure (cash and credit)'. -delete variables HHExpNFTotal_Purch_MN_6M HHExpNFTotal_Purch_MN_30D. +*** Delete variables no longer needed (cash/credit) + +DELETE VARIABLES HHExpNFTotal_Purch_MN_6M HHExpNFTotal_Purch_MN_30D. EXECUTE. -** Total value of consumed non-food from gift/aid +*** Calculate the total monthly value of used/consumed non-food recieved as gifts and/or aid + +*** Short-term non-food expenditures, 1 month recall (gifts and/or aid) -* 30 days recall. -COMPUTE HHExpNFTotal_GiftAid_MN_30D=SUM(HHExpNFHyg_GiftAid_MN_1M, HHExpNFTransp_GiftAid_MN_1M, HHExpNFFuel_GiftAid_MN_1M,+ - HHExpNFWat_GiftAid_MN_1M, HHExpNFElec_GiftAid_MN_1M, HHExpNFEnerg_GiftAid_MN_1M, HHExpNFDwelSer_GiftAid_MN_1M, HHExpNFPhone_GiftAid_MN_1M, HHExpNFRecr_GiftAid_MN_1M, HHExpNFAlcTobac_GiftAid_MN_1M). +COMPUTE HHExpNFTotal_GiftAid_MN_30D = HHExpNFHyg_GiftAid_MN_1M + HHExpNFTransp_GiftAid_MN_1M + HHExpNFFuel_GiftAid_MN_1M + HHExpNFWat_GiftAid_MN_1M + HHExpNFElec_GiftAid_MN_1M + +HHExpNFEnerg_GiftAid_MN_1M + HHExpNFDwelSer_GiftAid_MN_1M + HHExpNFPhone_GiftAid_MN_1M + HHExpNFRecr_GiftAid_MN_1M + HHExpNFAlcTobac_GiftAid_MN_1M. EXECUTE. -* 6 months recall. -COMPUTE HHExpNFTotal_GiftAid_MN_6M=SUM(HHExpNFMedServ_GiftAid_MN_6M, HHExpNFMedGood_GiftAid_MN_6M, HHExpNFCloth_GiftAid_MN_6M, + - HHExpNFEduFee_GiftAid_MN_6M, HHExpNFEduGood_GiftAid_MN_6M, HHExpNFRent_GiftAid_MN_6M, HHExpNFHHSoft_GiftAid_MN_6M, HHExpNFHHMaint_GiftAid_MN_6M). /* careful with rent: should include only if also included in MEB. +*** Long-term non-food expenditures, 6 month recall (gifts and/or aid) + +COMPUTE HHExpNFTotal_GiftAid_MN_6M = HHExpNFMedServ_GiftAid_MN_6M + HHExpNFMedGood_GiftAid_MN_6M + HHExpNFCloth_GiftAid_MN_6M + HHExpNFEduFee_GiftAid_MN_6M + HHExpNFEduGood_GiftAid_MN_6M + +HHExpNFRent_GiftAid_MN_6M + HHExpNFHHSoft_GiftAid_MN_6M + HHExpNFHHMaint_GiftAid_MN_6M. /* careful with rent: should include only if also incuded in MEB. EXECUTE. -* Express 6 months in monthly terms. +*** Convert long-term expenditures to monthly averages (gifts and/or aid) + COMPUTE HHExpNFTotal_GiftAid_MN_6M=HHExpNFTotal_GiftAid_MN_6M/6. EXECUTE. -* Sum. -COMPUTE HHExpNFTotal_GiftAid_MN_1M=SUM(HHExpNFTotal_GiftAid_MN_30D, HHExpNFTotal_GiftAid_MN_6M). - VARIABLE LABELS HHExpNFTotal_GiftAid_MN_1M 'Total monthly non-food consumption from gifts/aid'. - EXECUTE. +*** Calculate the total monthly non-food expenditures (gifts and/or aid) -delete variables HHExpNFTotal_GiftAid_MN_6M HHExpNFTotal_GiftAid_MN_30D. +COMPUTE HHExpNFTotal_GiftAid_MN_1M = HHExpNFTotal_GiftAid_MN_30D + HHExpNFTotal_GiftAid_MN_6M. +VARIABLE LABELS HHExpNFTotal_GiftAid_MN_1M 'Total monthly non-food consumption from gifts/aid'. EXECUTE. -*-------------------------------------------------------------------------------* -*3. Calculate household economic capacity -*-------------------------------------------------------------------------------* -*Note: Remember that for the version of ECMEN used for assessments (excluding assistance), the value of consumed in-kind assistance and gifts should be excluded from the household economic capacity aggregate. +DELETE VARIABLES HHExpNFTotal_GiftAid_MN_6M HHExpNFTotal_GiftAid_MN_30D. +EXECUTE. + +*** Calculate household economic capacity +*** Remember that in the version of ECMEN used for assessments (including humanitarian assistance), + +*** Aggregate food expenditures and value of consumed food from own production -* Aggregate food expenditures, value of consumed food from gifts/assistance, and value of consumed food from own production. -COMPUTE HHExpF_ECMEN=SUM(HHExp_Food_Purch_MN_1M,HHExp_Food_GiftAid_MN_1M, HHExp_Food_Own_MN_1M). +COMPUTE HHExpF_ECMEN= HHExp_Food_Purch_MN_1M + HHExp_Food_GiftAid_MN_1M + HHExp_Food_Own_MN_1M. EXECUTE. -*Aggregate NF expenditures and value of consumed non-food from gifts/assistance. -COMPUTE HHExpNF_ECMEN=SUM(HHExpNFTotal_Purch_MN_1M, HHExpNFTotal_GiftAid_MN_1M). +*** For non-food expenditures, only cash/credit expenditures are considered + +COMPUTE HHExpNF_ECMEN = HHExpNFTotal_Purch_MN_1M + HHExpNFTotal_GiftAid_MN_1M. EXECUTE. -* Aggregate food and non-food. -COMPUTE HHExp_ECMEN=SUM(HHExpF_ECMEN, HHExpNF_ECMEN). -VARIABLE LABELS HHExp_ECMEN 'Household Economic Capacity - monthly'. - EXECUTE. +*** Aggregate food and non-food expenditures -*-------------------------------------------------------------------------------* -*4. Express household economic capacity in per capita terms -*-------------------------------------------------------------------------------* +COMPUTE HHExp_ECMEN = HHExpF_ECMEN + HHExpNF_ECMEN. +VARIABLE LABELS HHExp_ECMEN "Household Economic Capacity - monthly". +EXECUTE. + + +*** Express household economic capacity in per capita terms -* Express in per capita terms. COMPUTE PCExp_ECMEN=HHExp_ECMEN/HHSize. /* Make sure to rename the hh size variable as appropriate. VARIABLE LABELS PCExp_ECMEN 'Household Economic Capacity per capita - monthly'. EXECUTE. - -*-------------------------------------------------------------------------------* -*5. Compute ECMEN -*-------------------------------------------------------------------------------* -* Important: make sure that MEB and SMEB variables are expressed in per capita terms! -*** 5.a MEB +*** Compute ECMEN +*** Important: Ensure that MEB and SMEB variables are expressed in per capita terms + +*** Option a: MEB + +*** Define variable indicating if per capita Household Economic Capacity is equal or greater than MEB -* Define variable indicating if PC Household Economic Capacity is equal or greater than MEB. IF NOT(SYSMIS(PCExp_ECMEN) AND SYSMIS(MEB)) ECMEN_inclAsst=PCExp_ECMEN > MEB. /* Make sure to rename MEB variable as appropriate. EXECUTE. -VARIABLE LABELS - ECMEN_inclAsst 'Economic capacity to meet essential needs - including assistance'. - EXECUTE. +VARIABLE LABELS ECMEN_inclAsst 'Economic capacity to meet essential needs - including assistance'. +EXECUTE. VALUE LABELS ECMEN_inclAsst 1 'Above MEB' - 0 'Below MEB'. + 0 ' Below MEB'. EXECUTE. -* Compute the indicator (use weights when applicable!). -FREQUENCIES VARIABLES = ECMEN_inclAsst. +FREQUENCIES ECMEN_inclAsst. -*** 5.b SMEB (when applicable) +*** Option b: SMEB (when applicabfle) -* Define variable indicating if PC Household Economic Capacity is equal or greater than SMEB. -IF NOT(SYSMIS(PCExp_ECMEN) AND SYSMIS(SMEB)) ECMEN_inclAsst_SMEB=PCExp_ECMEN > SMEB. /* Make sure to rename MEB variable as appropriate. +*** Define variable indicating if per capita Household Economic Capacity is equal or greater than SMEB. + +IF NOT(SYSMIS(PCExp_ECMEN) AND SYSMIS(SMEB)) ECMEN_inclAsst_SMEB=PCExp_ECMEN > SMEB. /* Make sure to rename SMEB variable as appropriate. EXECUTE. -VARIABLE LABELS - ECMEN_inclAsst_SMEB 'Economic capacity to meet essential needs - SMEB - including assistance'. - EXECUTE. +VARIABLE LABELS ECMEN_inclAsst_SMEB 'Economic capacity to meet essential needs - SMEB - including assistance'. +EXECUTE. VALUE LABELS ECMEN_inclAsst_SMEB 1 'Above SMEB' - 0 ' Below SMEB'. + 0 'Below SMEB'. EXECUTE. -* Compute the indicator (use weights when applicable!). -FREQUENCIES VARIABLES = ECMEN_inclAsst_SMEB. +*** Compute the indicator + +FREQUENCIES ECMEN_inclAsst_SMEB. + +