期权 BSM 定价

期权 BSM 定价:使用 BSM 和 Black 模型对欧式期权进行定价和 Greeks 计算,支持连续股息收益率调整。 含 15 条反模式约束。

✓ 0 人报告成功·v0.1.0·

晶体简介

使用 BSM 和 Black 模型对欧式期权进行定价和 Greeks 计算,支持连续股息收益率调整。 本 skill 基于开源项目构建并集成 15 条 anti-pattern 约束。访问 doramagic.ai/r/py-vollib-options-pricing 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-127

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

60total
45fatal
45 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

45 条不可违反的约束

FATALresource_boundaryfinance-C-005

WHENWhen using ref_python for production calculations

ACTIONuse ref_python implementations in production systems

CONSEQUENCEref_python is 10-100x slower than production (uses pure Python scipy instead of optimized lets_be_rational C implementation), causing severe performance degradation

FATALclaim_boundaryfinance-C-012

WHENWhen considering ref_python for mission-critical trading

ACTIONdeploy ref_python in any production trading system

CONSEQUENCEPure Python implementation lacks the speed and reliability guarantees of the optimized lets_be_rational C implementation, risking financial losses

FATALdomain_rulefinance-C-015

WHENWhen implementing option pricing with BSM model

ACTIONadjust forward price for dividend yield using F = S * exp((r-q)*t)

CONSEQUENCEWithout dividend yield adjustment, BSM forward price will be incorrect, causing systematic mispricing for dividend-paying stocks. The option price will be systematically higher or lower than the true theoretical value.

常见问题

讨论 (0)

暂无讨论,成为第一个发言的人吧!

更新历史

v0.1.02026-04-23·贡献者: tangweigang-jpg

v0.1.0: 首次发布到 Doramagic.ai。基于 tangweigang-jpg/doramagic-skills 的自动化 batch-v1 元数据 + 自动生成 FAQ。