Determines whether a financial asset has experienced a Significant Increase in Credit Risk (SICR) under IFRS 9, which triggers the transition from Stage 1 (12-month ECL) to Stage 2 (lifetime ECL). Tests both absolute and relative thresholds: absolute threshold checks if PD increase exceeds a fixed amount (e.g., 0.5%), relative threshold checks if current PD is a multiple of origination PD (e.g., 2x). Either trigger results in SICR. Use this for loan staging decisions, ECL provisioning methodology, and audit documentation of stage transitions. [Tier: ENTERPRISE, Credits: 10]
API key for authentication. Get your key at https://api.fincept.in/auth/register
Probability of Default at origination/initial recognition
0 <= x <= 10.008
Current Probability of Default
0 <= x <= 10.022
Absolute PD increase threshold (e.g., 0.005 = 0.5%). SICR if current_pd - origination_pd > threshold
0.005
Relative PD increase threshold (e.g., 2.0 = doubling). SICR if current_pd / origination_pd > threshold
2