{{ change | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'':true }}
|
||||||||||||||||||
|
{{ "warrant.name" | translate }} | {{ warrantDetail.name[locale] }} | {{ "warrant.issuer" | translate }} | {{ warrantDetail.issuerName }} |
{{ "warrant.type" | translate }} | {{ warrantDetail.typeName }} |
{{ "warrant.expiryDate" | translate }} | {{ warrantDetail.expiryDate | date:portalFormatter.getYmdSlashDateFormat() }} |
{{ "warrant.strike" | translate }} | {{ warrantDetail.strike | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'' }} |
{{ "warrant.lastTradeDate" | translate }} | {{ warrantDetail.lastTradeDate | date:portalFormatter.getYmdSlashDateFormat() }} |
{{ "warrant.premium" | translate }} | {{ warrantDetail.premium | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }}% | {{ "warrant.dayToExpiry" | translate }} | {{ warrantDetail.daysToExpiry }} |
{{ "warrant.callPrice" | translate }} | {{ warrantDetail.callPrice | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'' }} | {{ "warrant.ostShares" | translate }} | {{ warrantDetail.outstandingShares | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-6:'0' }} |
{{ "warrant.iv" | translate }} | {{ warrantDetail.iv | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} | {{ "warrant.ostPct" | translate }} | {{ warrantDetail.outstandingPct | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'0' }}% |
{{ "warrant.gearing" | translate }} | {{ warrantDetail.gearingRatio | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} | {{ "warrant.financialCost" | translate }} | {{ warrantDetail.fundingAmount | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} |
{{ "warrant.effectiveGearing" | translate }} | {{ warrantDetail.effectiveGearing | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} | {{ "warrant.delta" | translate }} | {{ warrantDetail.delta | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e2:'' }}% |
{{ "warrant.conversionRatio" | translate }} | {{ warrantDetail.entitlementRatio | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} | {{ "warrant.moneyness" | translate }} | {{ warrantDetail.itmAbs | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }}% {{ warrantDetail.itmName }} |
{{ "warrant.listingDate" | translate }} | {{ warrantDetail.sifListDate | date:portalFormatter.getYmdSlashDateFormat() }} | {{ "warrant.breakEven" | translate }} | {{ warrantDetail.wtqBreakEven | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} |
{{ news.time | date:portalFormatter.getYmdSlashDateTimeFormat() }} |
{{ "stock.shortSellingByStockCode.shortSellDate.title" | translate }} | {{ "stock.shortSellingByStockCode.volume.title" | translate }} | {{ "stock.shortSellingByStockCode.turnover.title" | translate }} | {{ "stock.shortSellingByStockCode.totalTurnover.title" | translate }} | {{ "stock.shortSellingByStockCode.pctShortToTotalTurn.title" | translate }} | {{ "stock.shortSellingByStockCode.pctTotalShortTrans.title" | translate }} | {{ "stock.shortSellingByStockCode.totalShortSellAmt.title" | translate }} |
---|---|---|---|---|---|---|
{{ shortselling.date | date:portalFormatter.getWarrantDateFormat() }} | {{ shortselling.volume | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-3:'0.00' }} | {{ shortselling.turnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-6:'0.00' }} | {{ shortselling.totalTurnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-6:'0.00' }} | {{ shortselling.turnoverToTotalTurnoverPct | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-3:'0.00' }}% | {{ shortselling.turnoverToAllProdTurnoverPct | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-3:'0.00' }}% | {{ shortselling.allProductTurnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-6:'0.00' }} |
{{ "shareRepurchase.date" | translate }} | {{ "shareRepurchase.shares" | translate }} | {{ "shareRepurchase.high" | translate }} | {{ "shareRepurchase.low" | translate }} |
---|---|---|---|
{{ !!repurchase.date ? (repurchase.date | date:portalFormatter.getWarrantDateFormat()) : '' }} | {{ repurchase.shares | formatNumber:portalFormatter.getOutputZeroDecimalFormat():1:'' }} | {{ repurchase.high | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} | {{ repurchase.low | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'' }} |
{{ "warrant.code" | translate }} | {{ "warrant.name" | translate }} | {{ "warrant.price" | translate }} | {{ "warrant.changePct" | translate }} | {{ "warrant.strike" | translate }} | {{ "warrant.iv" | translate }} | {{ "warrant.expiryDate" | translate }} | {{ "warrant.effectiveGearing" | translate }} | {{ "warrant.turnover" | translate }} |
---|---|---|---|---|---|---|---|---|
{{ warrant.code }} | {{ warrant.name[locale] }} | {{ warrant.price | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'0.000' }} | {{ (!!warrant.price && !!warrant.pvClose) ? ((warrant.price / warrant.pvClose) - 1 | formatNumber:getOutputTwoDecimalFormat():1e2:'0.00':true) : ''}} | {{ warrant.strike | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'0.000' }} | {{ warrant.iv | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1:'0.00' }} | {{ !!warrant.expiryDate ? ( warrant.expiryDate | date:portalFormatter.getWarrantDateFormat() ) : '' }} | {{ warrant.effectiveGearing | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1:'0.000' }} | {{ warrant.turnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-3:'0.00' }} |
{{ "warrant.code" | translate }} | {{ "warrant.name" | translate }} | {{ "warrant.price" | translate }} | {{ "warrant.changePct" | translate }} | {{ "warrant.strike" | translate }} | {{ "warrant.callPrice" | translate }} | {{ "warrant.expiryDate" | translate }} | {{ "warrant.turnover" | translate }} |
---|---|---|---|---|---|---|---|
{{ cbbc.code }} | {{ cbbc.name[locale] }} | {{ cbbc.price | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'0.000' }} | {{ !!cbbc.price && !!cbbc.pvClose ? ((cbbc.price / cbbc.pvClose) - 1 | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e2:'0.00':true) : '0.00' }} | {{ cbbc.strike | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'0.000' }} | {{ cbbc.callPrice | formatNumber:portalFormatter.getOutputThreeDecimalFormat():1e-3:'0.000' }} | {{ !!cbbc.expiryDate ? (cbbc.expiryDate | date:portalFormatter.getWarrantDateFormat()) : '' }} | {{ cbbc.turnover | formatNumber:portalFormatter.getOutputTwoDecimalFormat():1e-3:'0.00' }} |