-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add address-based and refactor AML confidence settings #1697
Conversation
9b703a5
to
0b7899e
Compare
1c52e81
to
4fd3861
Compare
matchingCountry: | ||
$ref: ./AmlConfidence.yaml | ||
mismatchingCountry: | ||
$ref: ./AmlConfidence.yaml | ||
noCountry: | ||
$ref: ./AmlConfidence.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused by these property names. How do you find the mismatch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamaltman Most of our records (from sources) populate the country fields with common names, not the ISO standard. So we first see how well a customer's country matches against the database among all other considerations, and then we run binary logic afterward to consider the country a match or not.
0ba4d1d
Summary
Add address and region-based AML confidence settings. Includes restructuring of the remaining confidence part of the API scheme. This will be accounted for and also after searching logs, it is currently only used by Rebillly's app.
The PHP SDK model(s) would need to be regenerated.
Links
Preview
Checklist