PORTFOLIO LOCKED.

Restricted Access Area

Access Denied: Invalid Code

PORTFOLIO TRACKER.

{{ 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) }}

NAV

Performance Matrix / 周期表现

{{ period.label }} {{ period.desc }}
{{ period.val > 0 ? '+' : '' }}{{ period.val }}%

我的净值

标普500 (SPX)

持仓明细 (Holdings)

额外资金进出: HKD
标的 (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

Rebalance / 定投策略

1. 留在港币 (Keep HKD)

{{ exchangePlan.keepHKD.toLocaleString() }} HKD

*仅用于补足黄金(3081)

2. 换成美金 (To USD)

{{ exchangePlan.toUSD_USD }} USD

*用于美股、BTC及美元储备

{{ res.name }} {{ res.action }} UNIT

配比偏离度 (Drift)

{{ res.symbol }} {{ res.currentPct }}% / {{ res.targetPct }}%