Recued
← Back to recipes

ECOA Underwriting Review

by recued-core v1 action

Reviews credit decision factors for ECOA compliance, flags prohibited/proxy factors, and generates compliance checklist.

How it works

Process (9 steps)
guard_data guard
Stop if applied factors is empty
ai_ready compare
Check if setting enable ai equals true
hashed_factors hash_replace
Anonymize sensitive fields for safe AI processing
classify_factors ai-classify
AI classifies data into one of the given categories
skip: step.ai_ready equal false
restored_factors hash_restore
Restore anonymized fields back to real values
skip: step.ai_ready equal false
prohibited filter
Filter by condition
skip: step.ai_ready equal false
proxy filter
Filter by condition
skip: step.ai_ready equal false
has_violations any
Check if any of the conditions are true
compliance_checklist to_checklist
Format results as an actionable checklist
Output
checklist compliance_checklist

Settings (1)

Configurable at install. Defaults shown — change anytime in the extension.

enable ai toggle = on

Tags

generic underwritingecoacompliancecredit

Details

9 steps 1 configurable settings recipe_id: review-underwriting-decision-ecoa

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy review-underwriting-decision-ecoa and paste it after pairing.