Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
/ tax-break Public archive

Time series data of estimated cost of tax breaks. Raw data represents tax break estimates published by OMB from 1974-present.

License

Notifications You must be signed in to change notification settings

npp/tax-break

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

National Priorities Project Tax Break Costs

By National Priorities Project

Introduction

Since 1974, the federal government has published estimates of revenue lost due to tax credits, deductions, and loopholes. National Priorities Project compiled these historic estimates into a single file and normalized the names and categories over time.

Using that file as an input, we created another, more useful version of the data by:

  • inflation adjusting the dollar amounts
  • expressing amounts as a % of gross domestic product (GDP)
  • calculating % change over the previous year
  • expressing each tax break cost as a percent of the year's total

This project contains the input files and code used to create the final version of the tax break cost time series posted on our website.

Usage

Make sure the dependencies are installed and then run the script to build the complete tax break file:

python build_tax_breaks.py

Note: To use a different base year when adjusting for inflation, change PRICE_INDEX_BASE_YEAR at the top of the script.

Output

The script will write out two files:

  1. tax-break-complete.csv: Input records are unchanged but now have additional information (inflation-adjusted dollars, percent change, etc.)
  2. tax-break-complete-combined-for-cbo: Some individual tax breaks have been combined to mirror tax break estimates used by the Congressional Budget Office when calculating distributional effects (as documented here).

Documentation and Methodology

Complete documentation about the data sources and the methodology for creating the input file can be found at http://nationalpriorities.org/en/analysis/2013/big-money-tax-breaks/tax-breaks-notes-and-sources/

About

Time series data of estimated cost of tax breaks. Raw data represents tax break estimates published by OMB from 1974-present.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages