{% extends "web/base.html" %} {% block title %}Portfolio | tcx{% endblock %} {% block page_label %}Portfolio{% endblock %} {% block content %}
Central paper state

Portfolio snapshot and positions.

Paper portfolio state is stored in the central tcx DB and shared across Codex projects.

Open portfolio table
Cash KRW {{ portfolio.cash_krw }}
Positions {{ portfolio.positions_count }}
Strategy {{ portfolio.strategy_id }}
Holdings

{{ portfolio.portfolio_id }} / {{ portfolio.account_id }}

{% for position in portfolio.positions %} {% empty %} {% endfor %}
Symbol Quantity Average price Currency
{{ position.symbol }} {{ position.quantity }} {{ position.average_price }} {{ position.currency }}
No positions are recorded in the central paper portfolio.
{% endblock %}