Insurance Actuarial Python

Insurance Actuarial Python: Insurance Actuarial Python: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Insurance Actuarial Python skill for finance analytics + 保险. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 15 anti-pattern constraints. Visit doramagic.ai/r/insurance-actuarial-python for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

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 non-negotiable constraints

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

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.