{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block scripts %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
The period has ended. For the period, the following results were attained by your division and your other group member’s division.
You assigned {{ player.joint_project_14 }} resources to the joint project, and {{ player.individual_project_14 }} resources to your individual project. Your other group member assigned {{ player.partner_joint_14 }} resources to the joint project, and {{ player.partner_individual_14 }} resources to their individual project.
Therefore, the following revenue was generated by each division:
| Your division: | Your other group member's division: | ||
| Share of revenue from joint project | {{ player.joint_revenue_14 }} | {{ player.partner_joint_rev_14 }} | |
| Revenue from individual project | {{ player.individual_revenue_14 }} | {{ player.partner_ind_rev_14 }} | |
| Total | {{ player.total_revenue_14 }} | {{ player.partner_tot_rev_14 }} | |
| Portion of total firm revenue generated: | {{ player.rev_portion_14 }}% ( {{ player.total_revenue_14 }} / ({{ player.total_revenue_14 }} + {{ player.partner_tot_rev_14 }} ) ) |
{{ player.partner_rev_portion_14 }}% ( {{ player.partner_tot_rev_14 }} / ({{ player.total_revenue_14 }} + {{ player.partner_tot_rev_14 }} ) ) |
The profitability of your division and your other group member’s division was therefore determined as follows:
| Your division: | Your other group member's division: | ||
| Revenue | {{ player.total_revenue_14 }} | {{ player.partner_tot_rev_14 }} | |
| - Allocated common costs | {{ player.cost_14 }} {% if condition == 2 %} ({{ player.rev_portion_14 }}% × 500) {% endif %} | {{ player.partner_cost_14 }} {% if condition == 2 %} ({{ player.partner_rev_portion_14 }}% × 500) {% endif %} | |
| = Profit | {{ player.profit_14 }} | {{ player.partner_profit_14 }} |
{% if condition == 2 or condition == 4 %} *As described earlier, your share of the common costs for the period depended on both the revenue generated in your division and the revenue generated in your other group member’s division. {% else %} *As described earlier, your share of the common costs for the period were an equal split of the firm’s total common costs of 500. {% endif %}
Please proceed to the next period.