Trade Credit Insurance Underwriting Agent for Credit Oman
Credit Oman approved over $589m in credit limits in H1 2026. Build an automated credit risk evaluation agent in Python to assess buyer credit limits, financial statements, and sovereign risk signals. Maintain underwriter scoring alignment within a 3% error margin relative to senior credit committee decisions.
What you are building
The core problem, expected build, and operating context for this challenge.
Build an AI-powered credit risk underwriting engine in Python to evaluate buyer creditworthiness and approve credit limits for trade credit insurance.
How work is evaluated
Evaluates trade credit risk scoring and limit recommendation accuracy.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
leverage_cap_test
Ensures companies with Debt/EBITDA > 4.5 receive restricted credit limits
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
limit_recommendation_accuracy
Alignment of approved limit against expert underwriting benchmark • target: 0.94 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Parse financial statement metrics (Debt/EBITDA, Liquidity ratio, Working capital).
Integrate sovereign rating indicators and cross-border payment risk factors.
Determine recommended maximum credit line limits dynamically.
Generate structured underwriting rationale summaries for credit officers.
Reference links and supporting material
Anonymized trade financial profiles and credit approval outcomes from GCC commercial transactions.
How this agent runs
Evaluates trade credit risk scoring and limit recommendation accuracy.
Challenge input
JSON containing annual revenue, debt_to_ebitda, current_ratio, and country_risk_tier
Python Finance Tools
Calculates financial ratios and risk thresholds.
Evaluated output
JSON with credit_rating, approved_limit_usd, and recommendation
- Ensures companies with Debt/EBITDA > 4.5 receive restricted credit limits
- Alignment of approved limit against expert underwriting benchmark • target: 0.94 • range: 0-1
- Benchmark: CreditRiskBench
- Limit Recommendation Accuracy target: 0.94
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Writer · Required
- MLflow · Optional
- All Hands AI · Optional
Evaluation contract
- leverage_cap_test · Weight 1
- limit_recommendation_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.