类型
总资产 (元)
LIVE
{{ formatMoney(totalAssets) }}
持有盈亏 (元)
{{ formatMoney(totalUnrealizedPnL, true) }}
收益率: {{ formatPercent(totalUnrealizedPnLRate, true) }}
今日预估盈亏 (元)
{{ formatMoney(todayEstimatedPnL, true) }}
收益率: {{ formatPercent(todayEstimatedPnLRate, true) }}
基金
{{ formatMoney(todayFundEstimatedPnL, true) }}
股票
{{ formatMoney(todayStockEstimatedPnL, true) }}
今日增额 Top 5
{{ item.name }}
{{ formatMoney(item.todayPnL, true) }}
{{ formatPercent(item.todayChangeRate, true) }}
暂无数据
今日减额 Top 5
{{ item.name }}
{{ formatMoney(item.todayPnL, true) }}
{{ formatPercent(item.todayChangeRate, true) }}
暂无数据
分类盈亏
持仓热力图
透视筛选器
{{ dim.label }}
资产分布
→
三级分类
→
产品持仓
持仓明细 {{ filter.label }}: {{ filter.value }}
| 账户来源 | 代码 | 名称/代码 | 涨跌 | 持仓/市值 | 持有盈亏 | 现价/成本 |
|---|---|---|---|---|---|---|
|
{{ item._groupKey }}
{{ item._groupCount }}
{{ formatMoney(item._groupTotalValue) }}
{{ formatMoney(item._groupTotalPnL, true) }}
|
||||||
| {{ item.accountSource || '未知' }} | {{ item.type === 'cash' || item.id.startsWith('bank_') || item.id.startsWith('portfolio_') ? '-' : item.id }} |
{{ item.name }}
未更新
{{ item.id }}
|
{{ item.accountSource || '未知' }}
{{ item.level2 || '-' }}
|
{{ item.level3 || '-' }}
{{ item.id }}
{{ (item.id.startsWith('bank_') || item.id.startsWith('portfolio_')) ? '' : ' | ' }}{{
item.level2 || '-' }}
{{ item.accountSource || '未知' }}
{{ item.id }} |
{{ item.typeLabel || '未知' }}
|
{{ hasMergedChangeRate(item) ? formatPercent(getMergedChangeRate(item), true) : '--' }}
{{ hasMergedChangeRate(item) ? formatMoney(getMergedChangePnL(item), true) : '--' }}
{{ getMergedChangeTag(item) }}
|
{{ formatMoney(item.marketValue) }}
{{ item.type === 'cash' ? formatMoney(item.amount) + ' ' + item.currency : item.shares + ' 份'
}}
|
{{ item.type === 'cash' ? '-' : formatMoney(item.unrealizedPnL, true) }}
{{ item.type === 'cash' ? '-' : formatPercent(item.unrealizedPnLRate, true) }}
|
{{ item.type === 'cash' ? (item.currency === 'CNY' ? '1.0000' : item.currentPrice?.toFixed(4))
: (item.currentPrice?.toFixed(4) || '--') }}
{{ item.type === 'cash' ? '-' : item.costPrice.toFixed(4) }}
|
| 暂无持仓记录。 | ||||||
持仓管理
| 名称 | 代码 | 类型 | 账户来源 | 资产分布 | 三级分类 | 市值/份额 | 现价/成本 | 涨跌 | 持有盈亏 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.name }} | {{ item.type === 'cash' || item.id.startsWith('bank_') || item.id.startsWith('portfolio_') ? '-' : item.id }} | {{ item.typeLabel || '-' }} | {{ item.accountSource || '未知' }} | {{ item.level2 || '-' }} | {{ item.level3 || '-' }} |
{{ formatMoney(item.marketValue) }}
{{ item.type === 'cash' ? '-' : (item.shares || 0) + ' 份' }}
|
{{ item.type === 'cash' ? (item.currency === 'CNY' ? '1.0000' : item.currentPrice?.toFixed(4)) :
(item.currentPrice?.toFixed(4) || '--') }}
{{ item.type === 'cash' ? '-' : item.costPrice.toFixed(4) }}
|
{{ hasMergedChangeRate(item) ? formatPercent(getMergedChangeRate(item), true) : '--' }}
{{ hasMergedChangeRate(item) ? formatMoney(getMergedChangePnL(item), true) : '--' }}
|
{{ item.type === 'cash' ? '-' : formatMoney(item.unrealizedPnL, true) }}
{{ item.type === 'cash' ? '-' : formatPercent(item.unrealizedPnLRate, true) }}
|
|
| 暂无持仓记录,请点击右上角添加记录。 | ||||||||||
持仓详情
名称
{{ manageDetailItem.name }}
代码
{{ manageDetailItem.type === 'cash' || manageDetailItem.id.startsWith('bank_') ||
manageDetailItem.id.startsWith('portfolio_') ? '-' : manageDetailItem.id }}
类型
{{ manageDetailItem.typeLabel || '-' }}
账户来源
{{ manageDetailItem.accountSource || '未知' }}
资产分布
{{ manageDetailItem.level2 || '-' }}
三级分类
{{ manageDetailItem.level3 || '-' }}
市值
{{ formatMoney(manageDetailItem.marketValue) }}
份额
{{ manageDetailItem.type === 'cash' ? '-' : (manageDetailItem.shares || 0) + ' 份' }}
现价/成本
{{ (manageDetailItem.currentPrice?.toFixed(4) || '--') }} / {{ manageDetailItem.type === 'cash' ? '-' :
manageDetailItem.costPrice.toFixed(4) }}
涨跌
{{ hasMergedChangeRate(manageDetailItem) ? formatPercent(getMergedChangeRate(manageDetailItem), true) :
'--' }}
持有盈亏
{{ manageDetailItem.type === 'cash' ? '-' : formatMoney(manageDetailItem.unrealizedPnL, true) }}
历史收益走势
{{ calendarMonthTitle }}
一
二
三
四
五
{{ cell.day }}
{{ formatMoney(cell.pnl, true) }}
--
当日详情:{{ selectedCalendarRecord.date }}
当日收益
{{ formatMoney(selectedCalendarRecord.todayPnL, true) }}
总资产
{{ formatMoney(selectedCalendarRecord.totalAssets) }}
累计盈亏
{{ formatMoneyInt(selectedCalendarRecord.totalUnrealizedPnL, true) }}
{{ historyPeriodInfo.label }}产品明细
{{ historyPeriodInfo.startDate }} ~ {{ historyPeriodInfo.endDate }}| 产品 | 绝对收益 | 更新天数 |
|---|---|---|
|
{{ item.name }}
{{ item.id }}
|
{{ item.hasValidPnL ? formatMoney(item.pnl, true) : '--' }} | {{ item.updatedDays }} |
| 该区间暂无产品级收益数据(需在刷新后累计) | ||
交易记录
| 时间 | 操作 | 产品 | 数量 | 价格 | 变动前 | 变动后 |
|---|---|---|---|---|---|---|
| {{ record.timestamp?.slice(0, 16).replace('T', ' ') }} | {{ tradeHistoryActionLabel(record.action) }} |
{{ record.holdingName }}
{{ record.holdingId }}
|
{{ record.details?.quantity || '-' }} | {{ record.details?.price ? parseFloat(record.details.price).toFixed(4) : '-' }} | {{ record.before.shares }}份 @ {{ record.before.costPrice?.toFixed(4) }} - | {{ record.after.shares }}份 @ {{ record.after.costPrice?.toFixed(4) }} - |
| 暂无交易记录。执行快速交易或编辑持仓后将自动记录。 | ||||||
近90天内的分红拆分记录
{{ div.fund.name }}
{{ div.exDate }}
分红 ¥{{ div.divCash }}/份
拆分 1:{{ div.divRatio }}
{{ div.description }}
已应用
历史记录明细
| 日期 | 总资产 | 总成本 | 当日盈亏 | 累计盈亏 | 上证指数 | 沪深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) }} |
| 暂无历史记录,每日刷新数据后将自动记录。 | ||||||||
📊 收益归因分析
| 分组 | 持仓数 | 市值 | 累计盈亏 | 收益率 | 盈亏贡献 | 今日盈亏 | 今日贡献 |
|---|---|---|---|---|---|---|---|
| {{ g.name }} | {{ g.count }} | {{ formatMoney(g.totalValue) }} | {{ formatMoney(g.totalPnL) }} | {{ formatPercent(g.pnlRate, true) }} | {{ g.weight.toFixed(1) }}% | {{ formatMoney(g.todayPnL) }} | {{ g.todayWeight.toFixed(1) }}% |
| 合计 | {{ attributionData.groups.reduce((s,g)=>s+g.count,0) }} | {{ formatMoney(attributionData.groups.reduce((s,g)=>s+g.totalValue,0)) }} | {{ formatMoney(attributionData.totalPnL) }} | 100% | {{ formatMoney(attributionData.totalTodayPnL) }} | 100% |
再平衡设置
{{ rebalanceStatus.message }}
目标比例配置
总计: {{ totalTargetRatio }}%
| 分类名称 | 当前市值 | 当前占比 | 目标占比 (%) | 偏离度 | 建议调仓 |
|---|---|---|---|---|---|
| {{ item.category }} | {{ formatMoney(item.currentValue) }} | {{ formatPercent(item.currentRatio) }} | {{ formatPercent(item.deviation, true) }} | 买入 {{ formatMoney(item.actionAmount) }} 卖出 {{ formatMoney(Math.abs(item.actionAmount)) }} - |
宏观风控终端
{{ macroSummary.avgScore }}
综合评分
{{ macroSummary.overallText }}
{{ dim.label }}
{{ dim.score }}
{{ dim.label }}
●{{ dim.green }} ●{{
dim.yellow }} ●{{ dim.red }}
{{ dim.text }}
{{ groupDef.label }}
{{ indicator.name }}
{{ indicator.displayValue || '--' }}
{{ indicator.changePct >= 0 ? '+' : '' }}{{ indicator.changePct.toFixed(2) }}%
{{ indicator.explanation }}
{{ (macroIndicators.find(i => i.key === selectedMacroKey) || {}).name }}
该指标暂无历史数据可绘图
{{ (macroIndicators.find(i => i.key ===
selectedMacroKey) || {}).description }}
解读:{{
(macroIndicators.find(i => i.key === selectedMacroKey) || {}).interpretation }}
{{ (macroIndicators.find(i => i.key === selectedMacroKey) ||
{}).date }}
利好
中性
警告