| Broker | Our Trade Volume | Their Trade Volume | Diff Trade Volume | Our Gross | Their Gross | Diff Gross |
|---|---|---|---|---|---|---|
| {{ row.broker }} | {{ "{:,d}".format(row.quantity|int) }} | {{ "{:,d}".format(row.quantity_theirs|int) }} | {% if row.quantity_diff|int == 0 %}-{% else %}{{ "{:,d}".format(row.quantity_diff|int) }}{% endif %} | {{ "{:,d} USD".format(row.principal_local|int) }} | {{ "{:,d} USD".format(row.principal_local_theirs|int) }} | {% if row.principal_local_diff|int == 0 %}-{% else %}{{ "{:,d} USD".format(row.principal_local_diff|int) }}{% endif %} |
No breaks
{% else %}| Account | Broker | Teza ID | Teza Key | Side | Price | Our Quantity | Their Quantity | Diff Quantity |
|---|---|---|---|---|---|---|---|---|
| {{ row.account_name }} | {{ row.broker }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.side }} | {{ row.price }} | {{ row.quantity|int }} | {{ row.quantity_theirs|int }} | {{ row.quantity_diff|int }} |
No breaks
{% else %}| Account | Broker | Teza ID | Teza Key | Side | Quantity | Our Price | Their Price | Diff Price |
|---|---|---|---|---|---|---|---|---|
| {{ row.account_name }} | {{ row.broker }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.side }} | {{ row.quantity|int }} | {{ row.price }} | {{ row.price_theirs }} | {{ row.price_diff }} |
No breaks
{% else %}| Account | Broker | Teza ID | Teza Key | Side | Quantity | Our Price |
|---|---|---|---|---|---|---|
| {{ row.account_name }} | {{ row.broker }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.side }} | {{ row.quantity|int }} | {{ row.price }} |
No breaks
{% else %}| Account | Broker | Teza ID | Teza Key | Side | Quantity | Their Price |
|---|---|---|---|---|---|---|
| {{ row.account_name }} | {{ row.broker }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.side }} | {{ row.quantity|int }} | {{ row.price_theirs }} |