Skip to content
  • ntome's avatar
    weboob.capabilities.bank: add capability method for diffing accounts · 54c2d50e
    ntome authored and hydrargyrum's avatar hydrargyrum committed
    PFMs need to keep track of accounts, which is done using various generic
    methods. However, complicated cases may occur on some sites, where no generic
    method works, without harming other modules.
    
    A new capability method is introduced to allow module-specific diff behavior.
    Essentially, a diff consists in:
    - matching accounts, pairs of new/old objects
    - new accounts, that were not seen before and are known to be new
    - obsolete accounts, that are known to have disappeared
    - unknown accounts, which could simply not be matched, but may be mapped by
      another method or manually by a user
    54c2d50e