Match names (probabilistic)
match_names_probabilisticCompares two counterparty names using Jaro-Winkler similarity and reports whether they meet a chosen threshold, even when legal suffixes differ (e.g., 'ACME Corp' vs 'ACME Corporation Inc').
Instructions
Score two counterparty names with Jaro-Winkler similarity and report whether they match at a given threshold. Tolerant of legal-suffix drift, e.g. 'ACME Corp' vs 'ACME Corporation Inc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_a | Yes | First counterparty name. | |
| name_b | Yes | Second counterparty name. | |
| threshold | No | Similarity in [0, 1] at or above which the pair is a match. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||