盘后分析 + 下一步建议 + 记忆沉淀(设计点①②③④⑥ 已落地)
| 代码 | 名称 | 主题 | 市值 | 类别 | 持有天数(自动) | 首买日期 | 累计收益% |
|---|---|---|---|---|---|---|---|
| {{ p.symbol }} | {{ p.name }} | {{ p.category }} | ¥{{ fmt(p.marketValue) }} | {{ p.shareClass }} | {{ holdDaysOf(p)==null ? '待补充' : holdDaysOf(p) }} | {{ p.cumReturn }} |
| 主题 | 市值 | 当前占比 | 目标占比 | 偏离 |
|---|---|---|---|---|
| {{ c.category }} | ¥{{ fmt(c.value) }} | {{ c.pct }}% | {{ c.target }}% | {{ c.delta > 0 ? '+' : '' }}{{ c.delta }}% |
| 指数 | 类型 | 点位 | 涨跌幅% | PE | PB | PE分位 | PB分位 | 综合分位 | 估值温度 | 星级 | 建议 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i.name }}示意 | {{ i.kind==='broad' ? '宽基' : '行业' }} | {{ i.spot && i.spot.point!=null ? i.spot.point : '—' }} | {{ i.spot && i.spot.chgPct!=null ? i.spot.chgPct : '—' }} | {{ i.pe!=null ? fmt1(i.pe) : '—' }} | {{ i.pb!=null ? fmt1(i.pb) : '—' }} | {{ i.pe_pct!=null ? i.pe_pct+'%' : '—' }} | {{ i.pb_pct!=null ? i.pb_pct+'%' : '—' }} | {{ i.composite_pct!=null ? i.composite_pct+'%' : '—' }} | {{ i.temperature!=null ? i.temperature+'℃' : '—' }} | {{ i.star!=null ? '★'.repeat(i.star) : '—' }} | {{ i.actionLabel || '—' }} |
| 持仓主题 | 对应指数 | 温度 | 星级 | 分档 |
|---|---|---|---|---|
| {{ o.category }} | {{ ix.name }}{{ k < o.indices.length-1 ? '、' : '' }} | {{ overallTemp(o) }} | {{ overallStar(o) }} | {{ o.overallBand ? bandLabel(o.overallBand) : '—' }} |