diff --git a/README.md b/README.md index ddcac34c..5f0db065 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ | --- | --- | | Org | [![PSL cataloged](https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg)](https://www.PSLmodels.org) [![OS License: CCO-1.0](https://img.shields.io/badge/OS%20License-CCO%201.0-yellow)](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/LICENSE) [![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://ccc.pslmodels.org) | | Package | [![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3108/) [![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3118/) [![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3128/) [![PyPI Latest Release](https://img.shields.io/pypi/v/cost-of-capital-calculator.svg)](https://pypi.org/project/cost-of-capital-calculator/) [![PyPI Downloads](https://img.shields.io/pypi/dm/cost-of-capital-calculator.svg?label=PyPI%20downloads)](https://pypi.org/project/cost-of-capital-calculator/) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | -| Testing | ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/actions/workflows/build_and_test.yml/badge.svg?branch=master) ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/actions/workflows/deploy_docs.yml/badge.svg?branch=master) ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/actions/workflows/check_black.yml/badge.svg?branch=master) [![Codecov](https://codecov.io/gh/PSLmodels/Cost-of-Capital-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Cost-of-Capital-Calculator) | +| Testing | ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/.github/workflows/build_and_test.yml/badge.svg?branch=master) ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/.github/workflows/deploy_jupyterbook.yml/badge.svg?branch=master) ![example event parameter](https://github.com/PSLmodels/Cost-of-Capital-Calculator/blob/master/.github/workflows/check_formatting.yml/badge.svg?branch=master) [![Codecov](https://codecov.io/gh/PSLmodels/Cost-of-Capital-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Cost-of-Capital-Calculator) | # Cost-of-Capital-Calculator Cost-of-Capital-Calculator is a model that can be used to evaluate the effect of US federal taxes on the investment incentives of corporate and non-corporate businesses. Specifically, Cost-of-Capital-Calculator uses data on the business assets and financial policy, as well as microdata on individual tax filers, to compute marginal effective tax rates on new investments. In modeling the effects of changes to the individual income tax code, Cost-of-Capital-Calculator works with [Tax-Calculator](https://github.com/PSLmodels/tax-calculator), another open-source model of US federal tax policy. Cost-of-Capital-Calculator is written in Python, an interpreted language that can execute on Windows, Mac, or Linux.