总资产 (元)
{{ formatMoney(totalAssets) }}
持有盈亏 (元)
{{ formatMoney(totalUnrealizedPnL, true) }}
收益率: {{ formatPercent(totalUnrealizedPnLRate, true) }}
今日预估盈亏 (元)
{{ formatMoney(todayEstimatedPnL, true) }}
账户与分类
维度统计明细
{{ stat.key }}
{{ formatPercent(stat.ratio) }}
金额: {{ formatMoney(stat.value) }}
盈亏: {{ formatMoney(stat.pnl, true) }}
今日涨幅 Top 5
{{ item.name }}
{{ item.id }}
{{ formatPercent(item.todayChangeRate, true) }}
{{ formatMoney(item.todayPnL, true) }}
暂无数据
今日跌幅 Top 5
{{ item.name }}
{{ item.id }}
{{ formatPercent(item.todayChangeRate, true) }}
{{ formatMoney(item.todayPnL, true) }}
暂无数据
持仓明细 筛选: {{ selectedCategory }}
| 名称/代码 | 现价/成本 | 今日估值 | 持仓/市值 | 今日涨跌 | 持有盈亏 | 操作 |
|---|---|---|---|---|---|---|
|
{{ item.name }}
未更新
来源:{{ item.accountSource || '未知' }}
{{ item.level2 || '-' }} | {{ item.level3 || '-' }}
{{ item.id.startsWith('bank_') || item.id.startsWith('portfolio_') ? '-' : item.id }} | {{ item.typeLabel }}
来源:{{ item.accountSource || '未知' }}
{{ item.level2 || '-' }} |
{{ item.level3 || '-' }}
{{ item.id.startsWith('bank_') || item.id.startsWith('portfolio_') ? '-' : item.id }} | {{ item.typeLabel }} | {{ item.accountSource || '未知' }}
{{ item.id.startsWith('bank_') || item.id.startsWith('portfolio_') ? '-' : item.id }} | {{ item.accountSource || '未知' }}
{{ item.level2 || '-' }} / {{ item.level3 || '-' }}
|
{{ item.type === 'cash' ? (item.currency === 'CNY' ? '1.0000' : item.currentPrice?.toFixed(4)) : (item.currentPrice?.toFixed(4) || '--') }}
{{ item.type === 'cash' ? '-' : item.costPrice.toFixed(4) }}
|
{{ (isTradingSessionNow() && (item.type === 'fund' || item.type === 'gold') && item.estimatePrice) ? item.estimatePrice.toFixed(4) : '--' }}
{{ (item.type === 'fund' || item.type === 'gold') ? (isTradingSessionNow() ? '实时估值' : '非交易时段') : '-' }}
|
{{ formatMoney(item.marketValue) }}
{{ item.type === 'cash' ? formatMoney(item.amount) + ' ' + item.currency : item.shares + ' 份' }}
|
{{ item.type === 'cash' ? '-' : formatPercent(item.todayChangeRate, true) }}
{{ item.type === 'cash' ? '-' : formatMoney(item.todayPnL, true) }}
|
{{ item.type === 'cash' ? '-' : formatMoney(item.unrealizedPnL, true) }}
{{ item.type === 'cash' ? '-' : formatPercent(item.unrealizedPnLRate, true) }}
|
|
| 暂无持仓记录,请点击右上角添加或导入数据。 | ||||||
历史收益走势
默认折叠,点击上方选项卡查看图表。
{{ calendarMonthTitle }}
日
一
二
三
四
五
六
{{ cell.day }}
{{ formatMoney(cell.pnl, true) }}
--
当日详情:{{ selectedCalendarRecord.date }}
当日收益
{{ formatMoney(selectedCalendarRecord.todayPnL, true) }}
总资产
{{ formatMoney(selectedCalendarRecord.totalAssets) }}
累计盈亏
{{ formatMoneyInt(selectedCalendarRecord.totalUnrealizedPnL, true) }}
沪深300
{{ formatPercent(selectedCalendarRecord.benchmarks?.['沪深300'], true) }}
{{ historyPeriodInfo.label }}产品明细
{{ historyPeriodInfo.startDate }} ~ {{ historyPeriodInfo.endDate }}| 产品 | 绝对收益 | 更新天数 |
|---|---|---|
|
{{ item.name }}
{{ item.id }}
|
{{ formatMoney(item.pnl, true) }} | {{ item.updatedDays }} |
| 该区间暂无产品级收益数据(需在刷新后累计) | ||
历史记录明细
| 日期 | 总资产 | 总成本 | 当日盈亏 | 累计盈亏 | 上证指数 | 沪深300 | 创业板指 | 科创50 |
|---|---|---|---|---|---|---|---|---|
| {{ record.date }} | {{ formatMoney(record.totalAssets) }} | {{ formatMoney(record.totalCost) }} | {{ formatMoney(record.todayPnL, true) }} | {{ formatMoney(record.totalUnrealizedPnL, true) }} | {{ formatPercent(record.benchmarks?.['上证指数'], true) }} | {{ formatPercent(record.benchmarks?.['沪深300'], true) }} | {{ formatPercent(record.benchmarks?.['创业板指'], true) }} | {{ formatPercent(record.benchmarks?.['科创50'], true) }} |
| 暂无历史记录,每日刷新数据后将自动记录。 | ||||||||
再平衡设置
{{ rebalanceStatus.message }}
目标比例配置
总计: {{ totalTargetRatio }}%
| 分类名称 | 当前市值 | 当前占比 | 目标占比 (%) | 偏离度 | 建议调仓 |
|---|---|---|---|---|---|
| {{ item.category }} | {{ formatMoney(item.currentValue) }} | {{ formatPercent(item.currentRatio) }} | {{ formatPercent(item.deviation, true) }} | 买入 {{ formatMoney(item.actionAmount) }} 卖出 {{ formatMoney(Math.abs(item.actionAmount)) }} - |