reconcile
Match two ledger sets using exact reference, amount and date, or fuzzy comparison. Returns matched pairs, unmatched records, and overall match rate.
Instructions
Reconcile two ledgers with a multi-rule engine (exact ref, amount+date, fuzzy).
Returns matched pairs (with the rule and a confidence score), unmatched ids on each side, and the overall match rate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | ||
| right | Yes | ||
| day_tolerance | No | ||
| fuzzy_threshold | No | ||
| enable_fuzzy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||