<div class="qmod-ui-tool qmod-anonymous"><div class="qmod-auth-error" rv-if="scope.authError"><div class="qmod-container"><div class="qmod-error-message"><h3>{scope.authErrorMessage}</h3></div></div></div><div class="qmod-tool-content" rv-show="scope.showTool" rv-unless="scope.authError"><h2 class="qmod-heading qmod-hbg"><span class="qmod-toolname"><span>{'anonymous' | i8ln tLang}</span><span rv-if="scope.hasData">{'for' | i8ln tLang} {scope.data.equityinfo.longname} ({scope.data.symbolstring})</span></span><div class="qmod-inline-ul" rv-if="scope.reloadControl.autoUpdate.visible"><ul class="qmod-buttons qmod-pull-right qmod-head-reload"><li class="qmod-refresh-control" rv-if="scope.reloadControl.refresh.visible"><button class="qmod-btn qmod-btn-link" rv-on-click="scope.reloadControl.refresh.click"><i class="fa fa-refresh" rv-class-fa-spin="scope.reloadControl.refresh.spin"></i><span class="qmod-btn-text">{scope.reloadControl.refresh.label}</span></button></li><li class="qmod-autoupdate-control" rv-if="scope.reloadControl.autoUpdate.visible"><button class="qmod-btn qmod-btn-link" rv-on-click="scope.reloadControl.autoUpdate.click"><i class="fa" rv-ifclass="scope.reloadControl.autoUpdate.enabled" data-qmod-true-class="fa-toggle-on qmod-ch-up" data-qmod-false-class="fa-toggle-off qmod-ch-down">span.qmod-btn-text {scope.reloadControl.autoUpdate.label}</i><div class="qmod-block-wrapper"></div></button></li></ul></div></h2><div class="qmod-container"><div class="qmod-tool-wrap"> <div class="qmod-anonymous-settings"><div class="qmod-settings-row"><div class="qmod-setting-item qmod-symbol-setting"><div class="qmod-anonymous-settings-sec"><select class="qmod-symbol-select" rv-value="scope.symbol" rv-on-change="scope.symbolChange"><option rv-each-symbol="scope.availableSymbols" rv-value="symbol" rv-text="symbol"></option></select></div></div><div class="qmod-setting-item qmod-enhanced-setting"><div class="qmod-anonymous-settings-sec"><select class="qmod-enhanced-select" rv-value="scope.enhanced" rv-on-change="scope.enhancedChange"><option value="false">{'anonymous' | i8ln tLang}</option><option value="true">{'enhanced' | i8ln tLang}</option></select></div></div><div class="qmod-setting-item qmod-date-setting"><div class="qmod-anonymous-settings-sec qmod-date-pkr"><div class="inner-addon right-addon"><i class="fa fa-calendar calendar-month">                 </i><input class="qmod-monthpicker" type="text" name="qmod-month" placeholder="{'selectmonth' | i8ln tLang}" readonly="readonly"/></div></div></div><div class="qmod-setting-item qmod-export-setting" rv-if="scope.exportEnabled"><button class="qmod-btn qmod-btn qmod-darkblue qmod-btn-sm qmod-btn-export" rv-on-click="scope.export" rv-title="'export' | i8ln tLang"><i class="fa fa-file-excel-o"></i><span class="qmod-btn-text">{'export' | i8ln tLang}</span></button></div></div></div><div class="qmod-error"></div></div><div class="qmod-block-wrapper" rv-unless="scope.hasData"><div class="qmod-invalid">{scope.noDataMsg}</div></div><div class="qmod-anonymous-con" rv-if="scope.hasData" rv-class-qmod-table-loading="scope.tableReady | = false"><table class="qmod-table qmod-anonymous-table nowrap" width="100%"><thead><tr><th class="qmod-control dt-control"></th><th class="qmod-textl qmod-symbol-head">{'mmid' | i8ln tLang}</th><th class="qmod-textl" data-priority="10001">{'broker' | i8ln tLang}</th><th class="qmod-textr">{'buy' | i8ln tLang} {'vwap' | i8ln tLang}</th><th class="qmod-textr">{'buy' | i8ln tLang} {'vol.' | i8ln tLang}</th><th class="qmod-textr">{'buy' | i8ln tLang} {'trans' | i8ln tLang}</th><th class="qmod-textr">{'buy' | i8ln tLang} {'vol.' | i8ln tLang} (%)</th><th class="qmod-textr">{'buy' | i8ln tLang} {'val' | i8ln tLang}</th><th class="qmod-textr">{'sell' | i8ln tLang} {'vwap' | i8ln tLang}</th><th class="qmod-textr">{'sell' | i8ln tLang} {'vol.' | i8ln tLang}</th><th class="qmod-textr">{'sell' | i8ln tLang} {'trans' | i8ln tLang}</th><th class="qmod-textr">{'sell' | i8ln tLang} {'vol.' | i8ln tLang} (%)</th><th class="qmod-textr">{'sell' | i8ln tLang} {'val' | i8ln tLang}</th><th class="qmod-textr">{'net' | i8ln tLang} {'vol.' | i8ln tLang}</th><th class="qmod-textr">{'net' | i8ln tLang} {'val' | i8ln tLang}</th></tr></thead><tbody><tr class="qmod-table-row" rv-each-participant="scope.data.summary.participant" rv-data-symbol="participant.id"><td class="qmod-control dt-control"></td><td class="qmod-textl"><span rv-qmod-mmid="participant.id"></span></td><td class="qmod-textl"><span rv-html="participant.pname | nullSafeText"></span></td><td class="qmod-textr" rv-data-sort="participant.buy.vwap" rv-html="participant.buy.vwap | nullSafe scope.vwapDecimals"></td><td class="qmod-textr" rv-data-sort="participant.buy.volume"><span rv-html="participant.buy.volume | nullSafe '0,0'"></span></td><td class="qmod-textr" rv-data-sort="participant.buy.trans"><span rv-html="participant.buy.trans | nullSafe '0,0'"></span></td><td class="qmod-textr" rv-data-sort="participant.buy.volpct"><span rv-html="participant.buy.volpct | nullSafePercent scope.volDecimals"></span></td><td class="qmod-textr" rv-data-sort="participant.buy.value" rv-html="participant.buy.value | nullSafe '0,0'"></td><td class="qmod-textr" rv-data-sort="participant.sell.vwap" rv-html="participant.sell.vwap | nullSafe scope.vwapDecimals"></td><td class="qmod-textr" rv-data-sort="participant.sell.volume" rv-html="participant.sell.volume | nullSafe '0,0'"></td><td class="qmod-textr" rv-data-sort="participant.sell.trans" rv-html="participant.sell.trans | nullSafe '0,0'"></td><td class="qmod-textr" rv-data-sort="participant.sell.volpct"><span rv-html="participant.sell.volpct | nullSafePercent scope.volDecimals"></span></td><td class="qmod-textr" rv-data-sort="participant.sell.value" rv-html="participant.sell.value | nullSafe '0,0'"></td><td class="qmod-textr" rv-data-sort="participant.netvol" rv-html="participant.netvol | nullSafe '0,0'"></td><td class="qmod-textr" rv-data-sort="participant.netval" rv-html="participant.netval | nullSafe '0,0'"></td></tr></tbody><tfoot><tr><th> </th><th class="qmod-textl"></th><th class="qmod-textl" data-priority="10001">{'totals' | i8ln tLang}</th><th class="qmod-textr" rv-html="scope.data.totals.totalBuyVWAP | nullSafe '0,0.[00]'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalBuyVol | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalBuyTrans | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalBuyVolPct | nullSafePercent '0,0.[00]'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalBuyValue | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalSellVWAP | nullSafe '0,0.[00]'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalSellVol | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalSellTrans | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalSellVolPct | nullSafePercent '0,0.[00]'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalSellValue | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalNetVol | nullSafe '0,0'"></th><th class="qmod-textr" rv-html="scope.data.totals.totalNetValue | nullSafe '0,0.00'"> </th></tr></tfoot></table></div></div><button class="qmod-btn qmod-darkblue qmod-btn-sm qmod-read-more" rv-on-click="scope.readMore" rv-if="scope.hasData">{'more' | i8ln tLang}</button></div></div>