| As of | Teza ID | Teza Key | Fund | Position | Agg Pos | Actual Ratio % | Target Ratio % | Diff |
|---|---|---|---|---|---|---|---|---|
| {{ row.as_of_date }} | {{ row.teza_id }} | {{ row.teza_key }} | {{ row.fund }} | {% if row.position == 0 %}-{% else %}{{ '{:,}'.format(row.position|round|int) }}{% endif %} | {% if row.position_total == 0 %}-{% else %}{{ '{:,}'.format(row.position_total|round|int) }}{% endif %} | {{ row.alloc_ratio_actual|round(2) }} | {{ row.alloc_ratio_target|round(2) }} | {{ row.alloc_ratio_diff|round(2) }} |