PerryLink/dsh-fund-research ↗★ 33
dsh-fund-research
Research plugin for Chinese public mutual funds on DeepSeek Harness: collects fund data from public sources (Tiantian Fund / Eastmoney), computes deterministic metrics (manager profile, holdings penetration, style attribution, performance decomposition), and seals versioned Markdown research reports whose every key number traces back to a hashed source snapshot. Research only — no trading, no investment advice.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-fund-research说明文档
阅读完整 README ↗Configuration
All keys are optional (defaults shown); invalid values fail loudly at load.
| Key | Default | Description |
|---|---|---|
enabled | true | Master switch; false mounts nothing at all. |
eastmoneyBaseUrl | https://fund.eastmoney.com | Tiantian Fund pingzhongdata host. |
f10BaseUrl | https://fundf10.eastmoney.com | Tiantian Fund F10 host (holdings + manager pages). |
quoteBaseUrl | https://push2.eastmoney.com | Eastmoney quote host for per-stock valuation snapshots. |
quoteFallbackBaseUrl | https://push2delay.eastmoney.com | Fallback quote host tried per stock when the primary fails (Eastmoney's own delayed-quote host); '' disables it. |
requestIntervalMs | 1000 | Minimum gap between outbound requests (polite collection). |
timeoutMs | 15000 | Per-request timeout. |
retries | 2 | Retries per request with exponential backoff. |
cacheTtlHours | 12 | Storage-domain snapshot reuse window. |
riskFreeRate | 0.02 | Annual risk-free rate for the Sharpe ratio. |
offline | false | Never send requests; read the snapshot layer only. |
reportRoot | fund-reports | Workspace-relative (or absolute) report tree root. |
styleQuotes | true | Fetch per-stock valuation quotes for style attribution. |