Data Dictionary: | European Statistics 2000 |
Data Source: | Social Explorer; Eurostat - The Statistical Office of the European Union |
T15. | Old Age Dependency Ratio (per 100 Population of Working Age) | |||||||
Universe: | ||||||||
T015_001Old Age Dependency Ratio (per 100 Population of Working Age)
Percent base:
None - percentages not computed
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (SE:NV001_002.IsNull || SE:NV001_001.IsNull)
oretval.IsNull = true;
else
oretval = (SE:NV001_002 / SE:NV001_001) * 100;
return oretval;
|
Excerpt from: | Social Explorer; Eurostat: Technical Documentation |
Eurostat: Technical Documentation -> General notes -> Variable descriptions -> Old age dependency ratio |