9.1.3 Rules
This section describes the default set of provided match rules, used to determine whether two records are considered a definite match, a possible match, or not a match.
UID Matches
These rules ensure that any records that have an exact UID in common are considered an automatic match with a score of 100.
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
UID1 exact |
true |
100 |
Match |
These rules ensure that any records that have an EID that is different are considered not to be matching.
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
UID2 exact |
true |
100 |
Match |
UID3 Exact
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
UID3 exact |
true |
100 |
Match |
EID Eliminations
Eliminate on EID1
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
EID1 exact |
true |
0 |
No Match |
Eliminate on EID2
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
EID2 exact |
true |
0 |
No Match |
Eliminate on EID3
| Comparison | Value | Score | Decision |
|---|---|---|---|
|
EID3 exact |
true |
0 |
No Match |