Commit ac64e3d0 authored by pengxiong's avatar pengxiong

Merge branch 'dev' of http://47.100.44.39:10001/pengxiong/fund_report into dev

parents be101748 06ecd2b6
This diff is collapsed.
...@@ -1559,21 +1559,21 @@ ...@@ -1559,21 +1559,21 @@
<th>基金简称</th> <th>基金简称</th>
<th>买入时间</th> <th>买入时间</th>
<th>存续年数</th> <th>存续年数</th>
<th>投资本金 (万元</th> <th>投资本金 (万元)</th>
<th>当月收益</th> <th>当月收益 (万元)</th>
<th>当月收益率</th> <th>当月收益率 (%)</th>
<th>月末市值 (万元</th> <th>月末市值 (万元)</th>
<th>月末占比</th> <th>月末占比 (%)</th>
<th>累计收益</th> <th>累计收益 (万元)</th>
<th>累计收益率</th> <th>累计收益率 (%)</th>
<th>年化收益率</th> <th>年化收益率 (%)</th>
</tr> </tr>
{% for one in group_hoding_info %} {% for one in group_hoding_info %}
<tr> <tr>
<td rowspan="1">{{one.fund_strategy_name}}</td> <td rowspan="1">{{one.fund_strategy_name}}</td>
<td>{{one.fund_name}}</td> <td>{{one.fund_name}}</td>
<td class="text_red">{{one.confirm_date}}</td> <td>{{one.confirm_date}}</td>
<td class="text_green">{{one.hold_year}}</td> <td>{{one.hold_year}}</td>
<td>{{one.cost}}</td> <td>{{one.cost}}</td>
<td>{{one.profit}}</td> <td>{{one.profit}}</td>
<td>{{one.month_return_ratio}}</td> <td>{{one.month_return_ratio}}</td>
...@@ -1590,7 +1590,7 @@ ...@@ -1590,7 +1590,7 @@
<td>{{group_hoding_info_total["cur_month_profit"]}}</td> <td>{{group_hoding_info_total["cur_month_profit"]}}</td>
<td>{{group_hoding_info_total["cur_month_profit_ratio"]}}</td> <td>{{group_hoding_info_total["cur_month_profit_ratio"]}}</td>
<td>{{group_hoding_info_total["ending_assets"]}}</td> <td>{{group_hoding_info_total["ending_assets"]}}</td>
<td>100</td> <td>100%</td>
<td>{{group_hoding_info_total["cumulative_profit"]}}</td> <td>{{group_hoding_info_total["cumulative_profit"]}}</td>
<td>{{group_hoding_info_total["cumulative_return"]}}</td> <td>{{group_hoding_info_total["cumulative_return"]}}</td>
<td>{{group_hoding_info_total["return_ratio_year"]}}</td> <td>{{group_hoding_info_total["return_ratio_year"]}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment