| Security | Quantity | {{ enrichSource === 'sp' ? spRate : enrichSource === 'provable_last' ? 'Last Print' : 'BBO' }} | {{ rateType === 'Fee' ? 'Fee' : 'Rebate' }} Rate | {{ rateType === 'Fee' ? 'Fee' : 'Rebate' }} Rate | Rate Type | Active | Min Qty. | Order Type | Order Intent | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.security }} | {{ row.quantity.toLocaleString() }} |
{{ effectiveSpRate(row).toFixed(4) }}%
|
{{ rateOverrides[row.security] != null ? rateOverrides[row.security].toFixed(4) : row.fileRate != null ? row.fileRate.toFixed(4) : spRateForRow(row).toFixed(4) }}% | {{ row.fileRate.toFixed(4) }}% — | {{ rateType }} | {{ row.active }} | {{ row.minQty }} | {{ row.orderType }} | {{ row.intent }} |
| VWAF | VWAR | |
|---|---|---|
| {{ row.label }} | {{ row.vwaf.toFixed(3) }} | {{ row.vwar.toFixed(3) }} |