Constituent Matching Algorithm

Altru performs several steps to identify matches:

  1. First, it standardizes data on the incoming record.

  2. Next, it selects a pool of records that are potential matches and standardizes data on those records for comparison.

  3. Next, it compares field values on the incoming record with field values on the existing records and calculates match scores, which are weighted based on field type.

  4. Next, the algorithm deducts match scores from a perfect score of 100 to calculate total match confidence scores.

  5. Lastly, Altru compares match confidence scores to the match confidence thresholds to determine whether the incoming record is a match, a possible match, or not a match.