No breaks
{% else %}| Strategy | Teza ID | Teza Key | ACS Position | Fund Admin Position (SEI+SSC+MLP.Blaze) | Geneva Position | Broker Position (NewEdge+JPM+BAM+MLP.Image) | SEI Position | MLP Position |
|---|---|---|---|---|---|---|---|---|
| {{ row.strategy}} | {{ row.teza_id |int}} | {{ row.teza_key }} | {{ row.position_acs }} | {{ row.position_fundadmin }} | {{ row.position_geneva }} | {{ row.position_broker }} | {{ row.position_sei }} | {{ row.position_sma }} |
No breaks
{% else %}| Strategy | Teza ID | Teza Key | ACS Position | SEI Position | FundAdmin+{{sma_source}} Position | Geneva Position |
|---|---|---|---|---|---|---|
| {{ row.strategy}} | {{ row.teza_id |int}} | {{ row.teza_key }} | {{ row.position_acs }} | {{ row.position_sei }} | {{ row.position_fundadmin }} | {{ row.position_geneva }} |
No breaks
{% else %}| Fund | Clearing Acct | Teza ID | Teza Key | Ccy | Our Position | SEI+{{sma_source}} Position | Pos Diff | Our Value | SEI Value | Value Diff |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.fund }} | {{ row.custodian_acct }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.currency }} | {{ row.position }} | {{ row.position_theirs }} | {{ row.position_diff }} | {{ '{:,}'.format(row.position_value|round(2)) }} | {{ '{:,}'.format(row.position_value_theirs|round(2)) }} | {{ '{:,}'.format(row.position_value_diff|round(2)) }} |
No breaks
{% else %}| Fund | Clearing Acct | Teza ID | Teza Key | Ccy | Position | Value |
|---|---|---|---|---|---|---|
| {{ row.fund }} | {{ row.custodian_acct }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.currency }} | {{ row.position }} | {{ '{:,}'.format(row.position_value|round(2)) }} |
No breaks
{% else %}| Fund | Clearing Acct | Teza ID | Teza Key | Ccy | Position | Value |
|---|---|---|---|---|---|---|
| {{ row.fund }} | {{ row.custodian_acct }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.currency_theirs }} | {{ row.position_theirs }} | {{ '{:,}'.format(row.position_value_theirs|round(2)) }} |