{{customer_name}} {{customer_gender}}
月度资产存续报告
Asset Statement Monthly Report
{{year_month}}
{{ifa_company}}
{{title}}
{{ifa_company}}
{{customer_name}} {{customer_gender}}
客户年龄 {{customer_old}}
客户风险偏好 {{customer_level}}
计划持仓 {{position_years}}
  • 配置资金

    计划配置金额:
    {{planned_allocation_amount}} 万元
    现在配置金额为:
    {{now_allocation_amount}} 万元
  • 收益情况

    收益率: {{now_yield}} %
    {{expected_yield}} %
    中证500:
    {{index_yield}} %
  • 最大回撤

    最大回撤: {{now_withdrawal}} %
    {{expected_withdrawal}} %
    中证500:
    {{index_withdrawal}} %

【月度回报表现】

目标业绩对比
{{ifa_company}}
【组合投资表现】
  • 本月收益: {{now_month_income}}元
    今年累计收益: {{now_year_income}}元
    累计收益率: {{totoal_rate_of_return}}%
  • 本月涨幅: {{month_rise}}%
    今年累计收益率: {{year_totoal_rate_of_return}}%
    年化收益率: {{annualised_return}}%
【资产盈亏情况】
  • 投资成本: {{cost_of_investment}}元
    期末资产: {{final_balance}}元
    累计盈利: {{total_profit}}元

【指标对比】 截止日:最新净值日({{latest_worth_day}}))

类型 区间收益(%) 年化收益(%) 波动率(%) 最大回撤(%) 夏普比率
现有持仓组合 {{index_comparison['section_return']}} {{index_comparison['annualized_returns']}} {{index_comparison['volatility']}} {{index_comparison['max_withdrawal']}} {{index_comparison['sharpe_ratio']}}
中证500 {{index_comparison_500['section_return']}} {{index_comparison_500['annualized_returns']}} {{index_comparison_500['volatility']}} {{index_comparison_500['max_withdrawal']}} {{index_comparison_500['sharpe_ratio']}}

注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。

持仓组合点评
{% for eval in old_evaluation %}
{{eval}}
{% endfor %}
现有持仓数据
飞度工作室

【基金净值】 截止日:最新净值日(2020-11-05)

    {% for nav_info in group_nav_info %}
{% endfor %}
基金简称 申购净值 最新净值(2020.11.05) 分红
单位净值 累计净值 较上周 申购以来 近一月 近半年 近一年 今年以来 成立以来
{{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']}}

【组合持仓】 截止日:最新净值日(2020-11-05)

    {% for hold_info in group_hoding_info %}
{% endfor %}
投资策略 基金简称 份额确认时间 权重% 市值(万) 成本(万) 盈亏(万) 盈亏比(%) 盈亏贡献(%)
{{hold_info['fund_strategy_name']}} {{hold_info['fund_name']}} {{hold_info['confirm_date']}} {{hold_info['weight']}}1 {{hold_info['market_values']}} {{hold_info['cost']}} {{hold_info['profit']}} {{hold_info['ykb']}} {{hold_info['profit_contribution']}}

【贡献分解】

个基点评
飞度工作室
    {% for single_fund in single_fund_data_list %}
  • {{single_fund.fund_name}}
    {{single_fund.status}}
    {% for one in single_fund.evaluation%}
    {{one}}
    {% endfor %}
  • {% endfor %}
10月综述 -- 优化组合建议1
飞度工作室
【调仓建议】
截止日:最新净值日(2020-11-05)
{% for key, value in suggestions_result.items() %} {% for i in range(value|length) %} {% if i == 0%} {% endif %} {% endfor %} {% endfor %}
投资策略 基金简称 优化前(万元) 优化后(万元)
{{key}} {{value[i]["fund_name"]}} {{value[i]["before_optimization"]}} {{value[i]["after_optimization"]}}
总市值(万元) {{suggestions_result_asset["before"]}} {{suggestions_result_asset["after"]}}
【收益比较】
【相关性分析】
{% for correlation in old_correlation %} {% endfor %}
{{correlation[0]}}
{% for correlation in old_correlation %} {% for i in range(correlation[2]|length) %} {% if i == correlation[0] - 1 %} {% elif -1 <= correlation[2][i] < -0.5 and i < correlation[0] - 1 %} {% elif -1 <= correlation[2][i] < -0.5 %} {% elif -0.5 <= correlation[2][i] < -0.25 and i < correlation[0] - 1 %} {% elif -0.5 <= correlation[2][i] < -0.25 %} {% elif -0.25 <= correlation[2][i] < 0 and i < correlation[0] - 1 %} {% elif -0.25 <= correlation[2][i] < 0 %} {% elif 0 <= correlation[2][i] < 0.25 and i < correlation[0] - 1 %} {% elif 0 <= correlation[2][i] < 0.25 %} {% elif 0.25 <= correlation[2][i] < 0.5 and i < correlation[0] - 1 %} {% elif 0.25 <= correlation[2][i] < 0.5 %} {% elif 0.5 <= correlation[2][i] <= 1 and i < correlation[0] - 1 %} {% elif 0.5 <= correlation[2][i] <= 1 %} {% endif %} {% endfor %} {% endfor %}
{{correlation[0]}} {{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}{{correlation[2][i]}}
1.00
0.50
0.25
0.00
-0.25
-0.50
-1.00
{% for correlation in old_correlation %}
{{correlation[0]}}
{{correlation[1]}}
{% endfor %}
【指标对比】
截止日:最新净值日(2020-11-05)
{%for i in range(indicator_compare|length)%} {%if i<(indicator_compare|length)-1%} {%if i%2==0 %} {%endif%} {%if i%2==1 %} {%endif%} {%endif%} {%endfor%}
类型 区间收益(%) 年化收益(%) 波动率(%) 最大回撤(%) 夏普比率
{{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"]}}
注:以上指标自持仓首日开始计算,结果仅供参考,如果持仓时间过短会造成指标失真的情况。
总体点评
{{new_group_evaluation}}
优化组合建议1 -- 新增基金
飞度工作室
{% for single_fund in propose_fund_data_list %}
{{single_fund.fund_name}}
{% for one in single_fund.evaluation %}
{{one}}
{% endfor %}
{% endfor %}
飞度工作室
我们挣的是⻆度和变化的钱⽽不是纠正市场错 误的钱,市场永远是正确的,关键是在其正确 被反复证明后的逆向⽽⾏,⼀定是避开它的正 确被展开的过程 。
——飞度
探普研究院声明
本诊断报告所表述的任何观点均准确地反应了研究人员的看法;该研究人员所得报酬的任何组成部分无论是过去、现在、或者将来均不会直接或间接地与研究报告所表述的建议或观点相联系。
一般性声明
本报告对于收件人而言属于高度机密,只有收件人才能使用。本报告并非意图发送、发布给在 当地法律或监管规则下不允许向其发送、发布该研究报告的人员。本研究报告仅供参考之用,在任何地区均不应被视为买卖任何证券、金融工具、基金、以及其他理财产品的要约或要约邀请。探普研究院并不因收件人收到本报告而视其为客户。本报告所包含的观点及建议并未考虑个别客户的特殊状况、目标或需要,不应视为对特定客户关于特定证券或金融工具、基金、以及其他理财产品的购买建议或策略。对于本报告中提及的任何证券、金融工具、基金、以及其他理财产品,本报告的 收件人须保持自身的独立判断。
本报告所载资料的来源被认为是可靠的,但探普研究院不保证其准确性或完整性,并不对使用本报告所包含的材料产生任何直接或间接损失或与此有关的其他损失承担任何责任。本报告提及的任何证券、金融工具、基金或其他理财产品均可能含有巨大的风险,可能不易变卖以及不适合所有的投资者。本报告所提及的证券、金融工具、基金或其他理财产品的价格、价值以及收益可能会受 汇率影响而波动。过往的业绩也不能代表未来的表现。
本报告所载的资料、观点以及预测分析均反映了探普研究院在最初报告发布日期当日的判断,可以在不发出通知的情况下做出更改、亦可因使用不同假设和标准、采用不同观点和分析方法而与市场上其他机构、部门、单位、个人在制作类似的其他材料时所给出的意见不同或者相反。探普研究院以及关联公司、单位并不承担提示本报告收件人注意该等材料的责任。负责撰写本报告研究人员薪酬并不基于任何金融产品的销售情况而定,但其薪酬可能会与我司的整体收入有关。
若以探普研究院以外的机构或个人发送本报告,则由该机构或个人为此发送行为承担全部责任。该机构或个人应联系相关机构以交易本报告中提及的证券、金融工具、基金、其他理财产品获悉更详细信息。本报告不构成探普研究院向发送本报告的机构或个人的客户提供的投资建议,探普研究院以及关联单位、公司中的各个高级职员、董事、员工亦不为(前述机构或个人)因使用本报告或报告载明的内容产生的直接或间接损失承担任何责任。
未经探普研究院事先书面授权,任何人不得以任何目的复制、发送或者销售本报告。探普研究院 2020 版权所有,保留一切权利。