ccao-data / ptaxsim

R package for estimating Cook County property tax bills
https://ccao-data.github.io/ptaxsim/
GNU Affero General Public License v3.0
11 stars 2 forks source link

Retroactive AV updates #1

Open dfsnow opened 1 year ago

dfsnow commented 1 year ago

My understanding is that the below pins are possibly getting a retroactive raise to new_av for tax year 2021. Luckily this is all in a TIF so no impact to tax rates. Similar issues would occur for retroactive reductions made by PTAB.

updates <- tibble( pin = c('17084150010000', '17084070160000', '17084070170000'), new_av = c(41422313, 16158090, 4780), old_av = c(109231, 62244, 4792) )