Sales Tax Allocation, City-County Comparison Summary
City of Austin
@usgov.city_of_austin_sales_tax_allocation_city_county_compar_ab957ba6
City of Austin
@usgov.city_of_austin_sales_tax_allocation_city_county_compar_ab957ba6
Sales tax allocation comparison summary reports present data on monthly local sales and use tax payments to local jurisdictions. These payments represent funds identified for local jurisdictions since the previous month’s distribution. When used with other local indicators, these reports may help indicate present and future economic trends. This table lists entities alphabetically by county name, then alphabetically by cities within the county.
See https://comptroller.texas.gov/about/policies/privacy.php for more information on our agency’s privacy and security policies.
Organization: City of Austin
Last updated: 2023-08-25T22:04:50.910924
Tags: allocation, city, county, sales, tax
CREATE TABLE table_1 (
"county" VARCHAR,
"city" VARCHAR,
"current_rate" DOUBLE,
"net_payment_this_period" DOUBLE,
"comparable_payment_prior_year" DOUBLE,
"percent_change_from_prior_year" DOUBLE,
"payment_to_date" DOUBLE,
"previous_payments_to_date" DOUBLE,
"percent_change_to_date" DOUBLE,
"report_month" BIGINT,
"report_year" BIGINT,
"report_period_type" VARCHAR
);Anyone who has the link will be able to view this.