Hi there,
Imagine Ataccama is the primary source of truth (transactional) for PII information inside a Financial Service company. Now, we would have different ONBOARDING systems (one for each Financial Line of Business that we offer). When a new person tries to create a profile, the Onboard system would (while the user is still looking into the APP) SYNCHRONOUSLY call an Ataccama API with meaningful data that we collected from this person, say: (Full Name, DoB, Insurance Number / Any other ID document, Email(s), Phone(s))m then Ataccama would quickly do the “Match” and return if this person (according to the information we provided) is likely to ALREADY exist. If the probability is higher than some threshold (Ie. 95%), it would also return the MASTER UUID for this person in Ataccama (Lookup key). Then the onboarding would ask this person to log in, as this person ALREADY exists in our Ataccama Database.
Can Ataccama do the MATCH and return the % probability in near real-time?
Instead of allowing duplicate records (and IDs) to be created and only much later trying to match them, we would like to use Ataccama to minimize drastically (avoid??) data duplication in the first place. Is that something Ataccama can do?
Our database is small, with less than 1 million customers so far. So even if we become a complete success, we would still have less than 10 MM customers.
Any help would be appreciated.