Demo Day: Analyzing tax competitiveness with Cost-of-Capital-Calculator

Using Cost-of-Capital-Calculator with data on international business tax policies.
demo-days
cost-of-capital-calculator
business-taxation
corporate-income-tax
taxes
Author

Jason DeBacker

Published

April 18, 2022


In the Demo Day video shared here, I show how to use open source tools to analyze international corporate tax competitiveness. The two main tools illustrated are the Cost-of-Capital-Calculator (CCC), a model to compute measures of the tax burden on new investments, and Tax Foundation’s International Tax Competitiveness Index (ITCI).

Tax Foundation has made many helpful resources available online. Their measures of international business tax policy are a great example of this. The ICTI outputs and inputs are all well documented, with source code to reproduce results available on GitHub.

I plug Tax Foundation’s country-by-country data into CCC functions using it’s Python API. Because CCC is designed to flexibly take array or scalar data, operating on rows of tabular data, such as that in the ITCI, is relatively straight-forward. The Google Colab notebook I walk through in this Demo Day, can be a helpful example to follow if you’d like to do something similar to this with the Tax Foundation data - or your own data source. From the basic building blocks there (reading in data, calling CCC functions), you can extend the analysis in a number of ways. For example adding additional years of data (Tax Foundation posts their data back to 2014), modifying economic assumptions, or creating counter-factual policy experiments across sets of countries.

If you find this example useful, or have questions or suggestions about this type of analysis, please feel free to reach out to me.

Resources: