Editor's note

863683348/dsh-plugin-finance-data

Finance data toolkit for DeepSeek Harness agents: number/currency formatting (incl. Chinese wan/yi units), return & CAGR math, valuation and profitability ratios, PV/FV, risk metrics, and a data-quality checklist

This is a DeepSeek Harness (DSH) plugin. Review its GitHub README, installation information, maintenance status, and public security signals here.

dsh-plugin-finance-data

面向 DeepSeek Harness agent 的金融数据工具包:数字格式化、收益计算、估值与盈利比率、时间价值、风险指标,全部确定性计算。模型负责解读,插件负责算术。

安装

dsh plugin --profile <profile> add dsh-plugin-finance-data

重启 DSH 后,finance_data 工具全局注册。

工具

动作用途
format数字/货币/百分比格式化,千分位,中文万/亿单位
return简单/对数/年化收益(CAGR 风格)
ratioPE、PB、ROE、ROA、毛利率、净利率、产权比率
value现值、终值、隐含收益率
risk收益率序列的均值、波动率、最大回撤、历史 VaR(95)、夏普比率
checklist数据质量清单(来源、时点、单位、口径)

配置

均为可选项,写在组合行的 config 里:

默认值含义
personaSectiontrue是否注册金融提示词段
sectionOrder6提示词段顺序(persona 为 0,升序)

设计

纯逻辑(lib/finance.js)零 DSH/Cordis 依赖、可独立单测;lib/index.js 是薄 Cordis 壳。无文件系统访问,全部确定性、无副作用。

License

MIT

REPOSITORY SIGNALS

Security & install evidence

This score is based solely on public repository metadata and the install evidence registered here — it is not a code security audit.

Traceable source

From a public plugin catalog, linked to a public GitHub repository.

License

The repository declares the MIT license.

Maintenance activity

Code updates within the last 180 days.

Install evidence

No verifiable install metadata registered yet — please review the repository instructions manually.

Install lifecycle scripts

The inspected package metadata declares no install lifecycle scripts.