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

Add data about assessment levels #6

Open dfsnow opened 1 year ago

dfsnow commented 1 year ago

Need to add data frame of assessment levels for different classes and years. Structure would be something like:

year  class  level
2016  205    .1
2016  599    .25

This would enable one to back out the market rate from the assessed values saved within PTAXSIM.

dfsnow commented 8 months ago

Related to https://github.com/ccao-data/data-architecture/issues/362