组合总资产
¥1,250,000.00
当前持仓市值
¥950,000.00
可用金额
¥{{ formatMoney(availableCash) }}
当前持仓
{{ holdingStocks.length }} 只 · {{ totalCurrentRatio.toFixed(2) }}%
{{ stock.name }}
{{ stock.code }} · {{ stockShares(stock) }}股
{{ stock.currentRatio.toFixed(2) }}%
¥{{ formatMoney(TOTAL_ASSETS * stock.currentRatio / 100) }}
模拟盘组合总资产
¥1,250,000.00
当前持仓市值
¥950,000.00
动态现金仓位
{{ cashRatio.toFixed(2) }}%
本次调仓仓位对照
股票权重
当前仓位总和
{{ totalCurrentRatio.toFixed(2) }}%
目标仓位总和
{{ totalStockRatio.toFixed(2) }}%
总仓位变化
{{ totalRatioChange > 0 ? '+' : '' }}{{ totalRatioChange.toFixed(2) }}%
原仓位
({{ totalCurrentRatio.toFixed(2) }}%)
加仓 ({{ totalRatioChange.toFixed(2)
}}%)
减仓 ({{
Math.abs(totalRatioChange).toFixed(2) }}%)
仓位未变
标的仓位设置
共
{{ stocks.length }} 只
{{ stock.name }}
新股
{{ stock.code }}
|
现仓 {{ stock.currentRatio.toFixed(2) }}%
(可用 {{ availRatio(stock).toFixed(2) }}%)
停牌
涨停
跌停
{{ stock.targetRatio > stock.currentRatio ? '+' : '' }}{{ (stock.targetRatio -
stock.currentRatio).toFixed(2) }}%
无变动
%
未搜索到相关调仓股票
调仓理由
{{ reason.length }}/500
当前组合存在在途委托(含待报、已报未成交),系统将按照预计成交后仓位计算目标差额,实际仓位可能与预估结果存在偏差,请关注。
调仓交易须知:
A股买入委托必须为 100 股(1手)的整数倍,系统自动向下取整。由此产生的零股或少许尾差资金将默认保留在现金资产池中。当前买卖价格使用最新的市场预估单价。
本次调仓概要汇总
预估买入总额
¥{{ formatMoney(orderSummary.buyTotal) }}
共买入 {{ orderSummary.buyCount }} 只标的
预估卖出总额
¥{{ formatMoney(orderSummary.sellTotal) }}
共卖出 {{ orderSummary.sellCount }} 只标的
轧差净交易额:
{{ orderSummary.netChange > 0 ? '需追加资金' : (orderSummary.netChange < 0 ? '回笼现金' : '交易平衡') }}
¥{{ formatMoney(Math.abs(orderSummary.netChange)) }}
调仓后预留现金占比:
{{ cashRatio.toFixed(2) }}%
待报交易委托明细 (共 {{ previewOrders.length }} 笔)
价格采用市价预估
停牌标的不生成委托
{{ haltedPreview.map(s => s.name + ' ' + s.code).join('、') }}
没有检测到需要调整整手数量的交易标的
{{ item.name }}
{{ item.code }}
新标的
涨停
跌停
{{ item.direction }}
原仓位
{{ item.currentRatio.toFixed(2) }}%
目标仓位
{{ item.targetRatio.toFixed(2) }}%
{{ item.direction === '买入' ? '+' : '-' }}{{ Math.abs(item.targetRatio - item.currentRatio).toFixed(2) }}%
预估委托价格
¥{{ item.price.toFixed(2) }}
预估委托数量
{{ item.direction === '买入' ? '+' : '-' }}{{ item.qty }} 股
预估委托金额
¥{{ formatMoney(item.amount) }}
调仓理由
{{ reason.length }}/500
记录数:{{ (queryTab === 'dividend' ? dividends.length : (queryTab === 'flow' ? flows.length : filteredQueryOrders.length)) }} 笔
当前标签:{{ queryTabs.find(t => t.value === queryTab).label }}
仅展示当日待报清单,含尚未报出的「待报」与当日手动撤销的「待报」。已报出请至「当日委托」查看。收盘清算时清单归档,未报出委托自动撤销,本页清空。
{{ queryTab === 'pending' ? '暂无当日待报记录' : '暂无相关委托记录' }}
{{ item.direction }}
{{ item.name }}
{{ item.code }}
{{ item.status }}
成交价:
委托价:
{{ parseFloat(item.price).toFixed(2) }}
委托:{{ item.date }} {{ item.time.substring(0, 5) }}
数量:
{{ parseFloat(item.qty).toFixed(2) }}
撤单:{{ item.date2 || item.date }} {{ (item.time2 || '15:00:00').substring(0, 5) }}
成交:{{ item.date2 || item.date }} {{ (item.time2 || '09:36:12').substring(0, 5) }}
一键调仓批次
{{ item.batchNo }}
分红
{{ item.name }}
{{ item.code }}
{{ item.status }}
方案:{{ item.desc }}
除权除息日:{{ item.date }}
实分金额:¥{{ item.amount }}
{{ item.type }}
{{ item.name }}
{{ item.amount }}
余额:¥{{ item.balance }}
{{ item.date }} {{ item.time.substring(0, 5) }}