def get_households_tenant_pct_subsidized_housing_as_decimal(self): return get_pct_field_as_decimal( self.households_tenant_pct_subsidized_housing)
def get_households_tenant_pct_spending_30_pct_income_as_decimal(self): return get_pct_field_as_decimal( self.households_tenant_pct_spending_30_pct_income)
def get_households_owner_pct_mortgage_as_decimal(self): return get_pct_field_as_decimal(self.households_owner_pct_mortgage)
def get_housing_cost_30_pct_more_income_as_decimal(self): return get_pct_field_as_decimal(self.housing_cost_30_pct_more_income)
def get_pop_pct_65_as_decimal(self): return get_pct_field_as_decimal(self.pop_pct_65)
def get_pop_pct_0_14_as_decimal(self): return get_pct_field_as_decimal(self.pop_pct_0_14)
def get_population_percentage_change_as_decimal(self): return get_pct_field_as_decimal(self.population_percentage_change)