PerryLink/dsh-fund-research33

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.

包名
dsh-fund-research
版本
0.4.11
许可证
Apache-2.0
最近更新
2026年9月12日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-fund-research

Configuration

All keys are optional (defaults shown); invalid values fail loudly at load.

KeyDefaultDescription
enabledtrueMaster switch; false mounts nothing at all.
eastmoneyBaseUrlhttps://fund.eastmoney.comTiantian Fund pingzhongdata host.
f10BaseUrlhttps://fundf10.eastmoney.comTiantian Fund F10 host (holdings + manager pages).
quoteBaseUrlhttps://push2.eastmoney.comEastmoney quote host for per-stock valuation snapshots.
quoteFallbackBaseUrlhttps://push2delay.eastmoney.comFallback quote host tried per stock when the primary fails (Eastmoney's own delayed-quote host); '' disables it.
requestIntervalMs1000Minimum gap between outbound requests (polite collection).
timeoutMs15000Per-request timeout.
retries2Retries per request with exponential backoff.
cacheTtlHours12Storage-domain snapshot reuse window.
riskFreeRate0.02Annual risk-free rate for the Sharpe ratio.
offlinefalseNever send requests; read the snapshot layer only.
reportRootfund-reportsWorkspace-relative (or absolute) report tree root.
styleQuotestrueFetch per-stock valuation quotes for style attribution.