How REDealIQ handles
your documents
We built REDealIQ the way we'd want a tool to be built for us: honest about what it finds, quiet about what it doesn't, and never inventing numbers to fill gaps.
The No-Hallucination Guarantee
Our AI is instructed to return null for any field it cannot locate with ≥70% confidence. That means a missing value in the underwriter means the document genuinely didn't provide it — not that the AI guessed wrong.
What happens to uploaded documents?
The 70% confidence threshold
Every field extracted by Claude is assigned a confidence score from 0 to 1. Our system enforces a hard rule: if confidence is below 0.70, the field value is set to null and returned empty, not guessed.
if (item.c < 0.70) {
result[key] = { ...item, v: null };
}
This threshold was chosen conservatively: a 70% confident extraction still carries real risk of error. We recommend reviewing every "Verified" field before finalizing your underwriting, especially for large deals.
Partial-year T-12 detection
T-12 documents sometimes cover fewer than 12 months — but brokers don't always label them clearly. Our parser detects the period covered and automatically:
- Flags the document with a yellow warning badge
- Marks extracted fields as Inferred (not Verified) to signal the annualization uncertainty
- Shows the warning in the Documents panel: "Annualized from N months — verify with full-year actuals"
Supported document types
What we never do
Ready to underwrite your next deal?
Drop in your T-12, rent roll, or OM and let REDealIQ do the heavy lifting — honestly.
Open underwriter →