Data Dictionary: | Picture of Subsidized Households 2017 |
Data Source: | Social Explorer; U.S. Department of Housing and Urban Development |
G3. | Average Utility Allowance (Public Housing) | |||||
Universe: none | ||||||
G003_002Percentage of Households That Receive A Non-Zero Utility Allowance Payment
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:SUBSID2017_006_pct_utility_allow < 0)
oretval.IsNull = true;
else
oretval = ORG:SUBSID2017_006_pct_utility_allow;
return oretval;
|