Identity Matching (Work in progress)

  • A Generic "reconciler"
  • Institution can extend the main "reconciler" to meet their business rules
  • High Assurance , Medium Assurance and Low Assurance fields 
  • Fields used:
    • SoRID: Sourced from the authoritative source of Records for example People Soft emplid  (High)
    • SSN   (High)
    • Registry Unique ID  (High)
    • NetID  (High) 
    • First Name (Medium)
    • LastName    (Medium)
    • Date of Birth (Medium)
    • Email address (Low)
  • Match Result
    • Conflict
    • No Match
    • Match
  • New Approach 
    • Under Construction:
      • analyzeNonUniqueMatches
      • protected final int HIGH_CONFIDENCE = 90; 
      • protected final int MEDIUM_CONFIDENCE = 50;
      • protected final int LOW_CONFIDENCE = 25;
  • Rutgers ExampleÂ