Initial commit of integrated agent system
This commit is contained in:
31
backend/skills/builtin/valuation_review/SKILL.md
Normal file
31
backend/skills/builtin/valuation_review/SKILL.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
name: 估值分析
|
||||
description: 当用户要求“估值分析”“看合理价值”“判断高估低估”“测算安全边际”或“比较多种估值方法”时,应使用此技能。
|
||||
version: 1.0.0
|
||||
---
|
||||
|
||||
# 估值分析
|
||||
|
||||
当用户需要判断一只股票是低估、高估还是定价合理时,使用这个技能。
|
||||
|
||||
## 工作流程
|
||||
|
||||
1. 条件允许时,使用不止一种估值方法。
|
||||
2. 对比内在价值估计与当前市场价格。
|
||||
3. 解释估值判断背后的关键假设。
|
||||
4. 明确安全边际,以及哪些因素会压缩或扩大它。
|
||||
|
||||
## 可复用资源
|
||||
|
||||
- `scripts/dcf_report.py`
|
||||
用于贴现现金流估值的确定性计算和报告生成。
|
||||
- `scripts/owner_earnings_report.py`
|
||||
用于 owner earnings 估值的确定性计算和报告生成。
|
||||
- `scripts/multiple_valuation_report.py`
|
||||
用于 EV/EBITDA 和 Residual Income 两类估值报告生成。
|
||||
|
||||
## 约束
|
||||
|
||||
- 将估值视为区间,而不是一个精确点值。
|
||||
- 明确说明假设敏感性。
|
||||
- 当输入稀疏或不稳定时,避免给出高置信度判断。
|
||||
Reference in New Issue
Block a user