🎯 行动建议

置信度 {{ action_confidence|default:0|floatformat:0 }}%
{% if action_blocked %}
⛔ 当前联合行动建议已阻断:{{ action_blocked_reason|default:"Pulse 数据未达到决策级可靠性。" }} {% if action_stale_indicator_codes %} 异常指标:{{ action_stale_indicator_codes|join:", " }} {% endif %}
{% endif %} {% if action_weights %}
{% for category, weight in action_weights.items %}
{% if category == 'equity' %}权益类 {% elif category == 'bond' %}债券类 {% elif category == 'commodity' %}商品类 {% elif category == 'cash' %}现金类 {% else %}{{ category }}{% endif %}
{{ weight|floatformat:0 }}%
{% endfor %}
{% endif %}
风险预算 {{ action_risk_budget|default:0|floatformat:0 }}% 单一持仓上限 {{ action_position_limit|default:0|floatformat:0 }}%
{% if action_sectors %}
推荐板块: {% for sector in action_sectors %} {{ sector }} {% endfor %}
{% endif %} {% if action_styles %}
受益风格: {% for style in action_styles %} {{ style }} {% endfor %}
{% endif %} {% if action_hedge %}
🛡️ {{ action_hedge }}
{% endif %}
决策逻辑

{{ action_regime_contribution }}

{{ action_pulse_contribution }}

{{ action_reasoning }}