Restricted Access Area
Access Denied: Invalid Code
{{ status.sync ? '行情已同步' : '连接行情中...' }}
总资产净值 (Total NAV)
{{ formatCurrency(totalNAV_HKD) }} HKD
累计投入本金 (Principal)
{{ formatCurrency(currentPrincipal) }} HKD
累计投资盈亏 (P&L)
{{ totalPnL_HKD >= 0 ? '+' : '' }}{{ formatCurrency(totalPnL_HKD) }} HKD
基金净值 (Unit Value)
{{ currentUnitValue.toFixed(4) }}
| 标的 (Asset) | 持仓数量 | 平均成本 | 现价 / 盈亏 |
|---|---|---|---|
|
{{ symbol }}
{{ asset.type }}
{{ asset.name }}
|
{{ asset.type === 'USD' ? '$' : 'HK$' }}{{ asset.price || '0.00' }}
{{ getPnL(asset) >= 0 ? '+' : '' }}{{ Math.round(getPnL(asset) * (asset.type === 'USD' ? market.rate : 1)).toLocaleString() }} HKD
|
1. 留在港币 (Keep HKD)
{{ exchangePlan.keepHKD.toLocaleString() }} HKD
*仅用于补足黄金(3081)
2. 换成美金 (To USD)
{{ exchangePlan.toUSD_USD }} USD
*用于美股、BTC及美元储备