| # | Client | Name | Value |
|---|---|---|---|
| {{ i+1 }} | {{ c.custId || c.clientCode }} | {{ c.custName || c.customerName }} | {{ (c.value || c.stockValue || 0).toLocaleString('en-IN') }} |
| # | Client | Name | Exposure |
|---|---|---|---|
| {{ i+1 }} | {{ c.custId || c.clientCode }} | {{ c.custName || c.customerName }} | {{ (c.value || c.derivativeExposure || 0).toLocaleString('en-IN') }} |
| # | Client | Name | Shortfall |
|---|---|---|---|
| {{ i+1 }} | {{ c.custId || c.clientCode }} | {{ c.custName || c.customerName }} | {{ (c.value || c.marginShortfall || 0).toLocaleString('en-IN') }} |
| # | Client | Name | Violation |
|---|---|---|---|
| {{ i+1 }} | {{ c.custId || c.clientCode }} | {{ c.custName || c.customerName }} | {{ (c.value || c.violation || 0).toLocaleString('en-IN') }} |
| # | {{ col.label }} {{ sortIcon(col.key) }} |
|---|---|
| {{ vr.index + 1 }} | {{ col.numeric ? (col.intOnly ? vr.row[col.key] : fmt(vr.row[col.key])) : vr.row[col.key] }} |
| {{ columnSummaries[col.key].type }}: {{ columnSummaries[col.key].value }} |