最后更新:{{lastUpdate}}
正在获取基金最新数据...
{{funds.length}}只
{{suggestedSellCount}}只
{{formatCurrency(totalValue)}}
{{formatCurrency(totalProfit)}}
基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,
建议卖出: {{formatCurrency(fund.suggestedSellAmount)}}
约 {{fund.suggestedSellShares.toFixed(2)}} > 份
基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,
收益率未达止盈目标
基金代码: {{fund.code}} | 持有份额: {{fund.shares.toFixed(2)}}份
当前净值: {{fund.netValue ? fund.netValue.toFixed(4) : '0.0000'}} (截至: {{fund.netValueDate}}) {{fund.apiStatus === 'success' ? '实时数据' : '数据获取失败'}}
持有金额: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
定投计划: {{getDayName(schedule.dayOfWeek)}}({{formatCurrency(schedule.amount)}}) ,
当前浮亏,坚持定投
点击"添加基金"开始管理您的基金投资
在此管理您的基金持仓。您可以编辑持仓信息或添加新的基金。
当前市值: {{formatCurrency(fund.currentValue)}} | 持仓收益: {{formatCurrency(fund.profit)}} ({{(fund.profitRate * 100).toFixed(2)}}%)
净值日期: {{fund.netValueDate}}
暂无基金持仓,点击"添加基金"开始管理
暂无交易记录
| 基金 | 交易类型 | 交易日期 | 金额 (元) | 份额 | 单位净值 | 手续费 (元) | 操作 |
|---|---|---|---|---|---|---|---|
| {{getFundNameByCode(transaction.fundId)}} | {{transaction.transactionType === 'buy' ? '买入' : '卖出'}} | {{transaction.transactionDate}} | {{formatCurrency(transaction.amount)}} | {{transaction.shares.toFixed(4)}} | {{transaction.nav.toFixed(4)}} | {{formatCurrency(transaction.fee)}} |