{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Paying a fair share of taxes (Page 6/12) {% endblock %} {% block content %} {% if player.etr == 1 %} {% if player.treat == "control" %}




{% elif player.treat == "credit" %}




{% elif player.treat == "credit_p" %}

To inform the public about companies’ tax policies, the tax authorities in Country A publicly disclose the following information about Telecom Co.'s operations in Country A. All numbers are in millions of USD.

Telecom Co.
Country A
Revenues: $710
Profit before taxes: $199
Corporate taxes: $22





{% elif player.treat == "shift" %}




{% elif player.treat == "shift_p" %}

To inform the public about companies’ tax policies, the tax authorities in Country A publicly disclose the following information about Telecom Co.'s operations in Country A. All numbers are in millions of USD.

Telecom Co.
Country A
Revenues: $510
Profit before taxes: $61
Corporate taxes: $15





{% elif player.treat == "credit_cbc" %}

To inform the public about companies’ tax policies, the tax authorities in Country A also publicly disclose the following information about Telecom Co.’s operations in Country A and, if applicable, other operations in other countries in millions of USD.

Telecom Co.
Country A
Revenues: $710
Profit before taxes: $199
Corporate taxes paid: $22





{% else %}

To inform the public about companies’ tax policies, the tax authorities in Country A also publicly disclose the following information about Telecom Co.’s operations in Country A and, if applicable, other operations in other countries in millions of USD.

Telecom Co.
Country A
Country B
Revenues: $510 $200
Profit before taxes: $61 $138
Corporate taxes: $15 $7





{% endif %} {% elif player.etr == 2 %} {% if player.treat == "control" %}




{% elif player.treat == "credit" %}




{% elif player.treat == "credit_p" %}

To inform the public about companies’ tax policies, the tax authorities in Country A publicly disclose the following information about Telecom Co.'s operations in Country A. All numbers are in millions of USD.

Telecom Co.
Country A
Revenues: $710
Profit before taxes: $199
Corporate taxes: $2





{% elif player.treat == "shift" %}




{% elif player.treat == "shift_p" %}

To inform the public about companies’ tax policies, the tax authorities in Country A publicly disclose the following information about Telecom Co.'s operations in Country A. All numbers are in millions of USD.

Telecom Co.
Country A
Revenues: $410
Profit before taxes: $10
Corporate taxes: $2





{% endif %} {% endif %}

To what extent do you think that Telecom Co. is aggressively avoiding taxes? Please rate this on the slider below.
The slider ranges from 0% (extremely non-aggressive) to 100% (extremely aggressive).



{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}