https://support.k1x.io/K1-Reader-Matching-Logic
Otherwise, continue to next property Partnership EIN Partnership Name Partner EIN/SSN DRE EIN DRE Name CREATE NEW EXAMPLE If we have 50 investments, and 3 with the same EIN , and
For each uploaded investment, work through each stage.
If one and only one matches, then replace. Otherwise, continue to next property
- Partnership EIN
- Partnership Name
- Partner EIN/SSN
- DRE EIN
- DRE Name
- CREATE NEW
EXAMPLE
If we have 50 investments, and 3 with the
same EIN, and we upload a new one:
- It checks all 50 for a matching ein (test 1)
- It finds the 3 matches (test 1 passes with >1, continue to test 2)
- It checks those 3 for a matching partnership name (test 2)
- One matches on partnership name (test 2 passes with exactly 1, replace the investment)
- Replaces that investment
In the same scenario, but say there are
two matches on the
partnership name
- It checks all 50 for a matching ein (test 1)
- It finds the 3 matches (test 1 passes with >1, continue to test 2)
- It checks those 3 for a matching partnership name (test 2)
- Two matches on partnership name (test 2 passes with > 1, continue to test 3)
- Check partner EIN/SSN matches on the 2 remaining (test 3)
- Repeat for the rest of the list
If you have the same set and upload one with a brand
new EIN:
- Checks all 50 for a matching EIN (test 1)
- Finds 0 matches
- Creates a new one (could be conceived as a duplicate, but likely is just a new doc)