Skip to content

v0.2.0

Latest

Choose a tag to compare

@robcohen robcohen released this 02 Jan 03:58

Deduplication by SimpleFIN ID

Added

  • Custom cmp method for smart deduplication by simplefin_id
    • Transactions with matching simplefin_id are considered duplicates
    • Transactions where only one has simplefin_id are never duplicates (prevents false matches between API and PDF statement imports)
    • Falls back to date/amount/account comparison when neither has simplefin_id

This fixes the issue where transactions imported from both SimpleFIN API and PDF statements would be incorrectly marked as duplicates based on date/amount alone.

Upgrade

pip install --upgrade beangulp-simplefin

Or with uv:

uv add beangulp-simplefin@latest