{# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
Instructions: investment savings plan
{{ if player.role_type == "investor" }}
In this study, there are two distinct roles, each assigned to one participant: an investor and a (commercial) bank. You have been assigned the role of the
investor.

Your task is to set up an investment savings plan that runs for 6 periods. In each period, you receive a disposable income of
100 ECU

(ECU = Experimental Currency Unit). For payment, 100 ECU correspond to £0.25.

You will make two decisions in this study:
  1. First, you decide how much of the 100 ECU per period to allocate to a fictitious index fund investment. The remaining amount is automatically placed in a fictitious savings account. You make this decision only once at the beginning of the study, and the same allocation is applied in all 6 periods.
  2. Second, after you have made this allocation decision, you choose the index fund provider through which your index fund investment will be made. You make this decision only once, and the same provider is used in all 6 periods. At this stage, the bank provides a chatbot that assists you in making your choice; that is, an AI-based chatbot that offers advice.
Investment options
You can allocate your disposable income of 100 ECU per period between:
  1. Index fund investment: The fund tracks the Experimental Global Equity (EGE) Index, a diversified index representing a portfolio of fictitious international stocks.
  2. Savings account: Money kept in the savings account earns no interest.
In each period, the value of the EGE Index either These returns apply in each period to the total amount invested in the index fund at that time. Money invested in earlier periods remains invested until the end of period 6. These returns are therefore compounded over time.
Index fund providers and fees
You cannot invest in the EGE Index directly. Instead, you invest through an index fund provider that offers an index fund tracking the EGE Index.

Each provider charges fees for its services: You will learn the exact fee structure of the available providers after you decide how much to allocate to the index fund investment. When choosing an index fund provider, you may request advice from the chatbot provided by your bank.
Payment
At the end of period 6, you receive the total final value of the savings account and the index fund investment. This total determines your bonus payment in this study.

The final amount is converted from ECU into pounds, using the exchange rate 100 ECU = £0.25.

The participant assigned the role of your bank receives a bonus payment, the size of which depends on your choice of fund provider.
{{ elif player.role_type == "bank" }}
In this study, there are two distinct roles, each assigned to one participant: an investor and a (commercial) bank. You have been assigned the role of the
bank.

You do not make any decisions yourself, and you do not communicate with the investor. However, you may receive a bonus payment depending on the investor's decisions.
The investor can set up an investment savings plan that runs for 6 periods. In each period, the investor receives a disposable income of
100 ECU

(ECU = Experimental Currency Unit). In this study, all monetary amounts are stated in ECU. For payment, 100 ECU correspond to £0.25.

The investor will make two decisions in this study:
  1. First, the investor decides how much of the 100 ECU per period to allocate to a fictitious index fund investment. The remaining amount is automatically placed in a fictitious savings account. They make this decision only once at the beginning of the study, and the same allocation is applied in all 6 periods.
  2. Second, after the investor has made that allocation decision, they choose the index fund provider through which the index fund investment will be made. They make this decision only once, and the same provider is used in all 6 periods.
    At this stage, the bank provides the investor with a chatbot that assists them in making the choice; that is, an AI-based chatbot that offers advice.
Investment options
The investor can allocate their disposable income of 100 ECU per period between:
  1. Index fund investment: The fund tracks the Experimental Global Equity (EGE) Index, a diversified index representing a portfolio of fictitious international stocks.
  2. Savings account: Money kept in the savings account earns no interest.
In each period, the value of the EGE Index either These returns apply in each period to the total amount invested in the index fund at that time. Money invested in earlier periods remains invested until the end of period 6. These returns are therefore compounded over time.
Index fund providers and fees
The investor cannot invest in the EGE Index directly. Instead, they invest through an index fund provider that offers an index fund tracking the EGE Index.

Each provider charges fees for its services: The exact fee structure of the available providers will be displayed after you were matched with the investor.
Payment
In addition to the fixed payment, you may earn an additional bonus. Whether you receive this bonus depends on the investor’s choice of index fund provider. The exact condition for receiving this bonus will be shown together with the provider information on the next pages.
{{ endif }}
Comprehension questions

Please answer the following comprehension questions.
1. How often {{ if player.role_type == "investor" }} do you decide {{ elif player.role_type == "bank" }} does the investor decide {{ endif }} how to allocate the 100 ECU between the savings account and the index investment?

2. How much money {{ if player.role_type == "investor" }} do you have {{ elif player.role_type == "bank" }} does the investor have {{ endif }} available to allocate?

Click 'Next' to check your answers.

{{ endblock }}