Sales Tax Allocation: County, MTA, SPD
City of Austin
@usgov.city_of_austin_sales_tax_allocation_county_mta_spd
City of Austin
@usgov.city_of_austin_sales_tax_allocation_county_mta_spd
CREATE TABLE table_1 (
"type" VARCHAR,
"name" VARCHAR,
"current_rate" DOUBLE,
"net_payment_this_period" DOUBLE,
"comparable_payment_prior_year" DOUBLE,
"percent_change_from_prior_year" DOUBLE,
"payments_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.