Recued
Menu
← Back to recipes

Lease Compliance Validator

by recued-core v1 20 views

Extracts key obligations, renewal dates, and validates against jurisdiction-specific real estate regulations. Hashes PII before AI analysis. Requires structured lease data with pre-redacted obligation clauses.

How it works 14 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
lease lease-reader-hubspot
Fetch reader from hubspot
Process (13 steps)
check_lease guard
Stop if lease is empty
hashed_lease hash_replace
Anonymize sensitive fields for safe AI processing
jurisdiction coalesce
Use the first available value from: hashed lease data property jurisdiction, setting jurisdiction override, unknown
jurisdiction_valid compare
Check if jurisdiction does not equal unknown
search_regulations search-exa
Search on exa
skip: config.enable_ai equal false or step.jurisdiction_valid equal false
obligations_summary map
Extract from each item
regulations_text map
Extract from each item
compliance_check ai-compare
AI compares two pieces of data
skip: config.enable_ai equal false or step.jurisdiction_valid equal false
renewal_date coalesce
Use the first available value from: hashed lease data renewal date, Not specified
lease_summary to_summary
Format results as a summary card
obligations_table to_table
Format results as a data table
compliance_health to_checklist
Format results as an actionable checklist
compliance_analysis pick
Keep only specific fields from
skip: step.compliance_check is_null
Output
summary lease_summary
checklist compliance_health
table obligations_table
ai_analysis compliance_analysis
Settings 3 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

enable ai toggle = on
lease type choice = residential (residential, commercial)
jurisdiction override text =

Uses (3 ingredients)

Ingredient lease-reader-hubspot lease-reader-hubspot
Ingredient search-exa search-exa
Legacy AI Comparator ai-compare

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

What it's allowed to do

Read Legacy AI Comparator read-only

2 more ingredients could not be resolved from the marketplace.

Data it touches

Warehousedata.property_jurisdictiondata.lease_typedata.obligationsdata.renewal_date

About

Tags

hubspot leasecompliancereal-estateregulatory

Details

14 steps 3 configurable settings recipe_id: extract-validate-lease-obligations-hubspot