Commit 1a70948f authored by 赵杰's avatar 赵杰

修复最大回撤

parent 99f0d79b
...@@ -1264,7 +1264,7 @@ ...@@ -1264,7 +1264,7 @@
<tr> <tr>
<td>{{cost_of_investment}}</td> <td>{{cost_of_investment}}</td>
<td>{{annualised_return}}</td> <td>{{annualised_return}}</td>
<td>{{max_withdrawal}}</td> <td>{{index_comparison["max_withdrawal"]}}</td>
</tr> </tr>
</table> </table>
<table border="1" style="margin: 0;"> <table border="1" style="margin: 0;">
......
...@@ -171,7 +171,7 @@ class DataIntegrate: ...@@ -171,7 +171,7 @@ class DataIntegrate:
'year_month': '2020年10月', 'ifa_company': '飞度工作室', 'year_month': '2020年10月', 'ifa_company': '飞度工作室',
'title': '10月综述', 'brand_name': '飞度工作室', 'title': '10月综述', 'brand_name': '飞度工作室',
'customer_old': 42, 'customer_level': '平衡型', 'customer_old': 42, 'customer_level': '平衡型',
'new_evaluation': self.new_evaluation, # 'new_evaluation': self.new_evaluation,
'position_years': '5年', 'planned_allocation_amount': 2000.00, 'position_years': '5年', 'planned_allocation_amount': 2000.00,
'now_allocation_amount': self.total_cost, 'now_yield': self.now_yield, 'index_yield': self.index_yield, 'now_allocation_amount': self.total_cost, 'now_yield': self.now_yield, 'index_yield': self.index_yield,
'expected_yield': 20, 'expected_yield': 20,
......
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