Data Dictionary: | World Development Indicators 2013 |
Data Source: | Social Explorer; The World Bank |
Table: | T23. Unemployment [4] |
T23. | Unemployment | |||||||
Universe: Universe: | ||||||||
T145_002 Unemployed
Percent base:
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:WDI10_059.IsNull || ORG:WDI10_4_001.IsNull)
oretval.IsNull = true;
else
oretval = (ORG:WDI10_059/100)*ORG:WDI10_4_001;
return oretval;
|
Excerpt from: | Social Explorer; World Development Indicators 2013: Technical Documentation |
World development Indicators: Technical Documentation -> Variable Descriptions -> Unemployment |