How does the API handle messy or inconsistent entity names?
Cobalt automatically applies a “waterfall” matching strategy:
- Try exact match with the submitted name.
- Strip punctuation and entity suffixes (LLC, Inc).
- Return alternatives with confidence scoring and addressMatch flags.
This helps catch common input issues, such as missing punctuation, wrong suffixes, or typos. Clients can layer their own thresholds (e.g., ≥0.80 auto-accept; 0.60–0.79 → review).
matching-confidence
