保险精算建模

保险精算建模:使用奇异谱分析和平稳自助法对利率时间序列进行分解与统计推断,构建 NSS 曲线模型并校准利率衍生品参数。 含 15 条反模式约束。

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

晶体简介

使用奇异谱分析和平稳自助法对利率时间序列进行分解与统计推断,构建 NSS 曲线模型并校准利率衍生品参数。 本 skill 基于开源项目构建并集成 15 条 anti-pattern 约束。访问 doramagic.ai/r/insurance-actuarial-python 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-064

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

50total
35fatal
35 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

35 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen implementing the Smith-Wilson calibration vector calculation

ACTIONCompute calibration vector b using EIOPA paragraph 149 specification with matrix inverse of (Q' * H * Q)

CONSEQUENCEIncorrect calibration vector causes interpolated/extrapolated rates to deviate from EIOPA-compliant values, invalidating downstream insurance reserve calculations

FATALdomain_rulefinance-C-002

WHENWhen implementing the Wilson heart function for matrix operations

ACTIONCalculate H matrix using formula: 0.5 * (α*(u+v) + exp(-α*(u+v)) - α*|u-v| - exp(-α*|u-v|)) per EIOPA paragraph 132

CONSEQUENCEIncorrect Wilson heart function causes wrong H matrix values, propagating errors through all calibration and extrapolation calculations

FATALdomain_rulefinance-C-003

WHENWhen implementing rate to price conversion for zero-coupon bonds

ACTIONTransform observed rates to ZCB prices using p = (1+r)^(-M) formula before calibration

CONSEQUENCEIncorrect rate-to-price conversion produces wrong bond prices, causing calibration vector b to be miscalculated and invalidating all derived rates

常见问题

讨论 (0)

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

更新历史

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

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