Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reverted Macro page changes #722

Merged
merged 1 commit into from
Oct 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/dynamic/elasticity.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>Tax-Calculator Code Build</h2>

<div id="get-started" class="inputs-block inputs-block-intro">
<div class="inputs-block-header">
<h1>Macroeconomic Elasticities</h1>
<h1>Macroeconomic Elasticity Simulation</h1>
<p>This approach harnesses econometric estimates of the historic relationship between tax policy and the macroeconomy to predict the effect of tax reforms on growth.</p>

<p>In particular, this model relies on estimates of how GDP responds to changes in the average after tax rate on wage income across all taxpayers (one minus the average marginal tax rate, or 1 - AMTR). These estimates are derived from calculations of income-weighted marginal tax rates under the baseline and reform using Tax-Calculator with baseline data from TaxData. An example of the implementation is available <a href = "https://github.com/open-source-economics/Tax-Calculator/blob/master/taxcalc/macro_elasticity.py" target = "blank">here.</a></p>
Expand Down
2 changes: 1 addition & 1 deletion templates/dynamic/includes/params/inputs/elastic.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% block content %}
<div class="inputs-block-header">
<h1>Macroeconomic Parameters</h1>
<h1>Macroeconomic Parameter</h1>
{% block section_warnings %}
{% endblock %}
</div>
Expand Down