{%if month_rise>=0%} 本月涨幅:{{month_rise}}% {%else%} 本月涨幅:{{month_rise}}% {%endif%} | {%if now_month_income>=0%} 本月收益:{{now_month_income}}元 {%else%} 本月收益:{{now_month_income}}元 {%endif%} | {%if year_totoal_rate_of_return>=0%} 今年累计收益率:{{year_totoal_rate_of_return}}% {%else%} 今年累计收益率:{{year_totoal_rate_of_return}}% {%endif%} | {%if now_year_income>=0%} 今年累计收益:{{now_year_income}}元 {%else%} 今年累计收益:{{now_year_income}}元 {%endif%} |
{%if totoal_rate_of_return>=0%} 成立以来累计收益率:{{totoal_rate_of_return}}% {%else%} 成立以来累计收益率:{{totoal_rate_of_return}}% {%endif%} | {%if now_annualised_return>=0%} 年化收益率:{{now_annualised_return}}% {%else%} 年化收益率:{{now_annualised_return}}% {%endif%} | {%if now_withdrawal>=0%} 最大回撤:{{now_withdrawal}}% {%else%} 最大回撤:{{now_withdrawal}}% {%endif%} |
投资成本:{{now_allocation_amount}}元 | {%if final_balance>=now_allocation_amount%} 期末资产:{{final_balance}}元 {%else%} 期末资产:{{final_balance}}元 {%endif%} | {%if total_profit>=0%} 累计盈利:{{total_profit}}元 {%else%} 累计盈利:{{total_profit}}元 {%endif%} |
年份 | 金额(万) | 1月 | 2月 | 3月 | 4月 | 5月 | 6月 | 7月 | 8月 | 9月 | 10月 | 11月 | 12月 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{key}} | 盈亏 | {{value[1]["profit"]}} | {{value[2]["profit"]}} | {{value[3]["profit"]}} | {{value[4]["profit"]}} | {{value[5]["profit"]}} | {{value[6]["profit"]}} | {{value[7]["profit"]}} | {{value[8]["profit"]}} | {{value[9]["profit"]}} | {{value[10]["profit"]}} | {{value[11]["profit"]}} | {{value[12]["profit"]}} |
期末资产 | {{value[1]["net_amount"]}} | {{value[2]["net_amount"]}} | {{value[3]["net_amount"]}} | {{value[4]["net_amount"]}} | {{value[5]["net_amount"]}} | {{value[6]["net_amount"]}} | {{value[7]["net_amount"]}} | {{value[8]["net_amount"]}} | {{value[9]["net_amount"]}} | {{value[10]["net_amount"]}} | {{value[11]["net_amount"]}} | {{value[12]["net_amount"]}} |
现有配置资金(万元) | 现有年化收益情况(%) | 现有最大回撤(%) |
---|---|---|
{{cost_of_investment}} | {{annualised_return}} | {{index_comparison["max_withdrawal"]}} |
计划配置资金(万元) | 目标年化收益情况(%) | 目标最大回撤(%) |
---|---|---|
{{cost_of_investment}} | 5%-10% | 5%-10% |
类型 | 区间收益(%) | 年化收益(%) | 波动率(%) | 最大回撤(%) | 夏普比率 |
---|---|---|---|---|---|
{{old_indicator_compare[0]["group_name"]}} | {{old_indicator_compare[0]["return_ratio"]}} | {{old_indicator_compare[0]["return_ratio_year"]}} | {{old_indicator_compare[0]["volatility"]}} | {{old_indicator_compare[0]["max_drawdown"]}} | {{old_indicator_compare[0]["sharpe"]}} |
{{old_indicator_compare[1]["group_name"]}} | {{old_indicator_compare[1]["return_ratio"]}} | {{old_indicator_compare[1]["return_ratio_year"]}} | {{old_indicator_compare[1]["volatility"]}} | {{old_indicator_compare[1]["max_drawdown"]}} | {{old_indicator_compare[1]["sharpe"]}} |
{{correlation[0]}} |
{{correlation[0]}} | {% elif -1 <= correlation[2][i] < -0.5 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -1 <= correlation[2][i] < -0.5 %}{{correlation[2][i]}} | {% elif -0.5 <= correlation[2][i] < -0.25 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -0.5 <= correlation[2][i] < -0.25 %}{{correlation[2][i]}} | {% elif -0.25 <= correlation[2][i] < 0 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -0.25 <= correlation[2][i] < 0 %}{{correlation[2][i]}} | {% elif 0 <= correlation[2][i] < 0.25 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0 <= correlation[2][i] < 0.25 %}{{correlation[2][i]}} | {% elif 0.25 <= correlation[2][i] < 0.5 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0.25 <= correlation[2][i] < 0.5 %}{{correlation[2][i]}} | {% elif 0.5 <= correlation[2][i] <= 1 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0.5 <= correlation[2][i] <= 1 %}{{correlation[2][i]}} | {% endif %} {% endfor %}
投资本金 | {{month}}月业绩 | 累计业绩 | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
投资策略 | 基金简称 | 买入时间 | 存续年数 | 投资本金 (万) | 当月收益 (万) | 当月收益率 (%) | 月末市值 (万) | 月末占比 (%) | 累计收益 (万) | 累计收益率 (%) | 年化收益率 (%) |
{{one.fund_strategy_name}} | {{one.fund_name}} | {{one.confirm_date}} | {{one.hold_year}} | {{one.cost}} | {{one.profit}} | {{one.month_return_ratio}} | {{one.market_values}} | {{one.weight}} | {{one.cum_profit}} | {{one.cum_profit_ratio}} | {{one.return_ratio_year}} |
总计 | {{group_hoding_info_total["total_cost"]}} | {{group_hoding_info_total["cur_month_profit"]}} | {{group_hoding_info_total["cur_month_profit_ratio"]}} | {{group_hoding_info_total["ending_assets"]}} | 100% | {{group_hoding_info_total["cumulative_profit"]}} | {{group_hoding_info_total["cumulative_return"]}} | {{group_hoding_info_total["return_ratio_year"]}} |
基金简称 | 申购净值 | 最新净值({{latest_worth_day}}) | 收益率(%) | 分红 | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
单位净值 | 累计净值 | 较上周 | 申购以来 | 近一月 | 近半年 | 近一年 | 今年以来 | 成立以来 | |||
{{nav_info['fund_name']}} | {{nav_info['confirm_nav']}} | {{nav_info['cur_nav']}} | {{nav_info['cur_cnav']}} | {{nav_info['ret_1w']}} | {{nav_info['ret_after_confirm']}} | {{nav_info['ret_cum_1m']}} | {{nav_info['ret_cum_6m']}} | {{nav_info['ret_cum_1y']}} | {{nav_info['ret_cum_ytd']}} | {{nav_info['ret_cum_incep']}} | {{nav_info['distribution']}} |
{{single_fund_data_list[i].fund_name}}
{% for one in single_fund_data_list[i].evaluation %}
{{one}}
|
|
投资策略 | 基金简称 | 优化前(万元) | 优化后(万元) |
---|---|---|---|
{{key}} | {% endif %}{{value[i]["fund_name"]}} | {{value[i]["before_optimization"]}} | {{value[i]["after_optimization"]}} |
总市值(万元) | {{suggestions_result_asset["before"]}} | {{suggestions_result_asset["after"]}} |
类型 | 区间收益(%) | 年化收益(%) | 波动率(%) | 最大回撤(%) | 夏普比率 |
---|---|---|---|---|---|
{{indicator_compare[i]["group_name"]}} | {{indicator_compare[i]["return_ratio"]}} | {{indicator_compare[i]["return_ratio_year"]}} | {{indicator_compare[i]["volatility"]}} | {{indicator_compare[i]["max_drawdown"]}} | {{indicator_compare[i]["sharpe"]}} |
{{correlation[0]}} |
{{correlation[0]}} | {% elif -1 <= correlation[2][i] < -0.5 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -1 <= correlation[2][i] < -0.5 %}{{correlation[2][i]}} | {% elif -0.5 <= correlation[2][i] < -0.25 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -0.5 <= correlation[2][i] < -0.25 %}{{correlation[2][i]}} | {% elif -0.25 <= correlation[2][i] < 0 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif -0.25 <= correlation[2][i] < 0 %}{{correlation[2][i]}} | {% elif 0 <= correlation[2][i] < 0.25 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0 <= correlation[2][i] < 0.25 %}{{correlation[2][i]}} | {% elif 0.25 <= correlation[2][i] < 0.5 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0.25 <= correlation[2][i] < 0.5 %}{{correlation[2][i]}} | {% elif 0.5 <= correlation[2][i] <= 1 and i < correlation[0] - 1 %}{{correlation[2][i]}} | {% elif 0.5 <= correlation[2][i] <= 1 %}{{correlation[2][i]}} | {% endif %} {% endfor %}
{{propose_fund_data_list[i].fund_name}}
{% for one in propose_fund_data_list[i].evaluation %}
{{one}}
|
|