For banks & financial institutions
Automate ICRAL risk screening.
At scale.
RiskAI X gives Romanian banks a real-time API for seismic classification, ICRAL detection, and cadastral verification — the same checks your analysts do manually, in under 2 seconds.
API capabilities
Everything your mortgage team needs
🏚️
ICRAL Auto-Detection
Automatically detects communist-era buildings, outputs Rs I–IV classification, bank mortgage risk score 0–100, and retrocedat probability percentage.
🗺️
ANCPI Cadastral Verification
Real-time query to Romania's official E-Terra database. Returns parcel INSPIRE_ID, area m², registration status, and CF (Carte Funciară) reference.
📡
Seismic Risk Score
AMCCRS 2025 database + USGS 50-year earthquake history. Returns zone classification, PGA value, and mortgage impact assessment per Romanian bank policy.
⚖️
Heritage & Legal Flags
Cross-references Ministerul Culturii LMI list. Flags heritage status, renovation restrictions, and mandatory ministry approvals that affect collateral value.
🌍
Cross-Border Coverage
Same API endpoint, 12 countries. Romanian investors buying in Greece or Bulgaria — same risk assessment framework, different data sources, consistent output.
🤖
AI Risk Narrative
Optional AI-generated investment thesis (3 sentences) for each property. Suitable for loan officer briefings and committee presentations. Powered by Anthropic Claude.
API example response
{
"success": true,
"address": "Bulevardul Magheru 12, Bucharest",
"seismic": {
"rs_class": "Rs I",
"risk_level": "critical",
"mortgage_status": "refused",
"pga": 0.30,
"year_built": 1938
},
"icral": {
"detected": true,
"bank_mortgage_score": 12,
"retrocedat_probability": "68%",
"reinforcement_cost_eur": "18000-34000"
},
"ancpi": {
"registered": true,
"inspire_id": "RO.40.179141.83421",
"area_m2": 1240
},
"risk_score": 23,
"recommendation": "DO_NOT_APPROVE",
"response_ms": 1847
}