Recued
← Back to recipes

Filing Compliance Validator

by recued-core v1 action

Validates insurance regulatory filings against state requirements using AI extraction and renders a compliance checklist.

How it works

Data fetch
doc_text document-text-extractor-generic
Fetch text extractor from generic
Process (9 steps)
guard guard
Stop if doc text is empty
ai_ready all
Check if all conditions are true
target_reqs pick
Keep only specific fields from
hashed_doc hash_replace
Anonymize sensitive fields for safe AI processing
skip: step.ai_ready equal false
extraction ai-extract
AI extracts structured fields from data
skip: step.ai_ready equal false
restored_doc hash_restore
Restore anonymized fields back to real values
skip: step.ai_ready equal false
all_items map
Extract from each item
skip: step.ai_ready equal false
format_item pick
Keep only specific fields from
skip: step.ai_ready equal false
compliance_checklist to_checklist
Format results as an actionable checklist
Output
checklist compliance_checklist

Settings (4)

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

enable ai toggle = on
user state text = CA
filing type text = rate_filing
state filing requirements text = [object Object],[object Object],[object Object]

Tags

generic insurancecomplianceregulatoryfilingai

Details

10 steps 4 configurable settings recipe_id: validate-insurance-filing-generic

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy validate-insurance-filing-generic and paste it after pairing.