Gated two-step chain for annual CO SB 21-169 / Reg. 10-1-1 bias attestation. Step 1 tests aggregate BIFSG regression outputs against the two statutory prongs: statistical prong (p<0.05 AND marginal effect ≥5pp) and premium prong (model-predicted premium ≥5% above group average). A §21.4 gate routes to Step 2 when bias is detected, triggering NAIC AIS program readiness assessment (6-dimension, 0-18 score) to surface corrective action items for the Dec 1 annual filing. No bias detected exits as an attestation pass. Zero PII — aggregate statistics only.
test_bifsg_bias_thresholds{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "test_bifsg_bias_thresholds",
"arguments": {
"model_purpose": "pricing",
"line_of_business": "life_health",
"p_value": 0.03,
"marginal_effect_pp": 7.2,
"predicted_premium": 1320,
"group_avg_premium": 1200,
"attestation_year": 2025,
"n_observations": 5000
}
},
"id": 1
}
assess_naic_ais_program_readiness{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "assess_naic_ais_program_readiness",
"arguments": {
"governance": 2,
"risk_management": 1,
"data_management": 2,
"model_documentation": 2,
"human_oversight": 3,
"fairness_testing": 1
}
},
"id": 2
}