{% extends "global/Page.html" %} {% load otree static %} {% block title %} 結果 {% endblock %} {% block content %}
今回の投資結果は以下の通りです。
| 債券への投資額: | {{ player.invest_bond }} |
| 株への投資額: | {{ player.invest_point }} |
| 今回の債券のリターンの倍率: | {{ player.bond }} |
| 今回の株のリターンの倍率: | {{ player.stock }} |
| リターン = 投資額 × リターンの倍率: | {{ player.investment_gain }} |
| 今回のあなたの利得は: | {{ player.investment_gain }} + ( {{ player.income }} - {{ player.invest_bond }} - {{ player.invest_point }}) = {{ player.total_payment }} |