Back to list
hck717

valuation-analysis

by hck717

0🍴 0📅 Jan 3, 2026

SKILL.md


name: valuation-analysis description: Constructs valuation models and price targets for a company using DCF, multiples, and scenario analysis. Use this when asked about "fair value", "target price", "is it cheap/expensive", or "valuation". allowed-tools: [execute_python, execute_bash]

Valuation Analysis

Usage

To generate a valuation model for a company, execute the Python script in this directory.

Command:

python skills/valuation/run_valuation.py --ticker <TICKER> --horizon "<TIME_HORIZON>"

Parameters:

  • ticker: The stock symbol (e.g., AAPL).
  • horizon: Time period (e.g., "1 year", "18 months"). Default: "1 year".

Output

Returns a JSON object with:

  • valuation_range: Low, Base, and High price targets with methodology.
  • assumptions: Key assumptions driving the model (e.g., revenue growth rates, discount rates) with evidence citations.
  • sensitivity: A sensitivity matrix showing how price targets change under different scenarios.

Example

python skills/valuation/run_valuation.py --ticker AAPL --horizon "1 year"

Environment Requirements

  • Python 3.12+
  • Access to research.db SQLite database
  • Neo4j GraphRAG instance running (default: bolt://localhost:7687)
  • Environment variables: NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD (optional, defaults provided)

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon