{{ mostActive.code }} |
{{ !!issuerMap ? issuerMap[mostActive.issuer] : '' }} |
{{ !!underlyingMap ? (!!underlyingMap[mostActive.underlying] ? underlyingMap[mostActive.underlying] : (mostActive.name[locale]).substring(0,2) ) : '' }} |
{{ warrantTypeMap[mostActive.type] }} |
{{ mostActive.price | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'' }} |
{{ !!mostActive.pvClose ? ((mostActive.price / mostActive.pvClose) - 1 | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e2:'0.00':true) : '0.00' }}
|
{{ mostActive.volume | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-6:'' }} |
{{ mostActive.turnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-6:'' }} |