IFRS 9 损失引擎

IFRS 9 损失引擎:计算IFRS 9预期信用损失(ECL),支持Vasicek单因子前瞻性调整、Kaplan-Meier生存分析计算PD及贷款摊销计划生成,满足Basel III减值合规要求。

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

晶体简介

计算IFRS 9预期信用损失(ECL),支持Vasicek单因子前瞻性调整、Kaplan-Meier生存分析计算PD及贷款摊销计划生成,满足Basel III减值合规要求。 本 skill 基于开源项目构建并集成 15 条 anti-pattern 约束。访问 doramagic.ai/r/ifrs9-loss-engine 查看中英双语完整文档和触发场景。适用于 Doramagic 生态(Claude Code / Cursor / openclaw / ChatGPT / Gemini 等)。

Blueprint Source

finance-bp-062

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

69total
54fatal
54 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

54 条不可违反的约束

FATALdomain_rulefinance-C-001

WHENWhen computing Credit Cycle Index using DDP values near 0 or 1

ACTIONApply bounds check to prevent norm.ppf() from producing infinite values

CONSEQUENCEThe norm.ppf() inverse CDF function diverges to infinity when DDP equals exactly 0 or 1, causing CCI computation to fail or produce NaN values that corrupt downstream PIT PD calculations.

FATALdomain_rulefinance-C-002

WHENWhen calculating DDP as number of downgrade observations divided by total observations

ACTIONHandle division by zero when total observations per period equals zero

CONSEQUENCEDivision by zero in DDP calculation produces inf/NaN values, corrupting the CCI computation and subsequently the forward-looking PD multipliers used in IFRS 9 impairment calculations.

FATALdomain_rulefinance-C-012

WHENWhen implementing amortization schedule calculations

ACTIONuse Effective Interest Rate (EIR) for each discount factor computations

CONSEQUENCEViolation results in non-compliant ECL calculation under IFRS 9, as ECL must be discounted at original EIR per IFRS 9 Appendix A definition of credit loss

常见问题

讨论 (0)

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

更新历史

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

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