{{ block title }}

Examples and Summary

{{ endblock }} {{ block content }}

EXAMPLE 1

{{if player.participant.treatment != None}} {{else}}{{endif}}
Your Details Points
Your Endowed Income 1000 points
Your Declared Income 1000 points
Tax Paid on Declared Income 200 points
Selected by Tax Authorities for Audit? YES
Additional Tax Payable (if any) 0 points
Fine (if any) 0 points
End of Round Income 800 points
Tax Embezzled by the Country Officials 0-200 points

EXAMPLE 2

{{if player.participant.treatment != None}} {{else}}{{endif}}
Your Details Points
Your Endowed Income 1000 points
Your Declared Income 400 points
Tax Paid on Declared Income 80 points
Selected by Tax Authorities for Audit? NO
Additional Tax Payable (if any) 0 points
Fine (if any) 0 points
End of Round Income 920 points
Tax Embezzled by the Country Officials 0-80 points

EXAMPLE 3

{{if player.participant.treatment != None}} {{else}}{{endif}}
Your Details Points
Your Endowed Income 1000 points
Your Declared Income 400 points
Tax Paid on Declared Income 80 points
Selected by Tax Authorities for Audit? YES
Additional Tax Payable (if any) 20% of 600 = 120 points
Fine (if any) 120 points
End of Round Income 1000 - 80 - 120 - 120 = 680
Tax Embezzled by the Country Officials 0-320 points

Summary

In short, the game is consisted of multiple rounds. The rounds have following stages:

STAGE 1: You declare your income to the tax authority.

STAGE 2: You get your round income, which depends on how you report your income and whether you were audited or not. {{if player.participant.treatment != None}} In addition, you learn how much of your paid tax was embezzled by your country officials.{{else}}{{endif}}

{{if player.participant.treatment == None}} {{else}}

STAGE 3: You decide whether you want to emigrate after the second round.

STAGE 4: Depending on your decision in STAGE 3, there are two alternatives:

A) If you expressed an interest in emigrating, you receive the decision from Country B on whether you are allowed to emigrate or not. Depending on their decision you move to the next round, where STAGE 1 and STAGE 2 are repeated, either in Country A or Country B.

B) If no such interest is expressed, you stay in Country A and move to to the next round, where STAGE 1 and STAGE 2 are repeated.

After completing a short questionnaire you get your final income which is based on the sum of your incomes from all tax years.

{{endif}} {{ next_button }} {{ endblock }}