Data Dictionary: | Picture of Subsidized Households 2015 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
H3. | Average Utility Allowance (Rent Supplement) | |||||
Universe: none | ||||||
H003_001Average Utility Allowance
Percent base:
None - percentages not computed
Aggregation method:
None -- No totals are displayed for this variable when multiple geographies are selected
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
if (ORG:SUBSID2015_007_ave_util_allow < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2015_007_ave_util_allow;
return oretval;
|