Editar Estrutura: {{ estrutura.Nome }}

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Propriedades da Estrutura xxxx
1. MONTAGEM
2. ACOMPANHAMENTO
3. DESMONTAGEM

Pernas da Estrutura


{% for op in opcoes_dados %} {% endfor %}
# Quant Op Tipo Nome (Ticker) Strike Venc Status Valor Transação
{{ loop.index }} {{ op.Tipo }} {{ "%.2f"|format(op.strike) if op.strike > 0 else '---' }} {{ op.Vencimento if op.Vencimento > 0 else '---' }}

Pernas da Estrutura

Cancelar