| Configuration | context_*, source_*, field_map_* | Reconciliation contexts, their data sources, and the field maps that normalize incoming records. | context_create, context_setup_progress, source_list, field_map_update |
| Matching rules | match_rule_* | The match rules a context applies, including their evaluation order. | match_rule_create, match_rule_reorder |
| Fees | fee_schedule_*, fee_rule_* | Expected-fee schedules and the rules attached to them, including simulation before rollout. | fee_schedule_simulate, fee_rule_create |
| Reconciliation runs | match_run_* | Driving reconciliation — start a run, follow its progress, inspect the resulting match groups. | match_run_start, match_run_groups |
| Exceptions | exception_* | Working unmatched transactions — listing, history and comments, per-exception actions, and bulk operations. | exception_list, exception_force_match, exception_bulk_resolve |
| Disputes | dispute_* | The dispute lifecycle for contested exceptions. | dispute_submit_evidence, dispute_close |
| Ingestion | ingestion_* | The import lifecycle — upload data, inspect jobs and per-row errors, search and ignore transactions. | ingestion_upload, ingestion_job_errors_list |
| Reporting | dashboard_*, report_* | Dashboard aggregates and focused slices, plus report reads, counts, and exports. | dashboard_match_rate, report_summary, report_export_unmatched |