Skip to content
  1. Mar 03, 2021
  2. Mar 01, 2021
  3. Feb 26, 2021
  4. Feb 12, 2021
  5. Jan 27, 2021
  6. Jan 09, 2021
  7. Jan 03, 2021
  8. Nov 17, 2020
  9. Oct 07, 2020
  10. Sep 09, 2020
    • 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
    • Sylvie Ye's avatar
      capabilities.bank.transfer: add new CapTransfer attributes · b95077ff
      Sylvie Ye authored and hydrargyrum's avatar hydrargyrum committed
      Add theses 2 new attributes in order to be more explicite about transfer behavior:
      * can_initiate_transfer_to_untrusted_beneficiary: the module can do transfer to untrusted beneficiary, for example:
              when module can't add new beneficiary without doing a transfer like n26
              or when module can do transfer to a beneficiary not listed in `iter_transfer_recipients` like for PSD2 modules
      * can_initiate_transfer_without_emitter: the module can do transfer without giving it the emitter, for example:
              there is only, and will be only, one account like wallet
              or when the module can initiate transfer without emitter and the emitter is chosen afterwards like for PSD2 modules
      b95077ff
  11. Aug 31, 2020
  12. Aug 26, 2020
  13. Aug 07, 2020
  14. Jun 17, 2020
  15. Jun 03, 2020
  16. May 22, 2020
    • Quentin Defenouillere's avatar
      weboob.capabilities.bank: Added MarketOrder execution_date · 8ce50c2f
      Quentin Defenouillere authored and hydrargyrum's avatar hydrargyrum committed
      On some websites we observe 3 dates: validity_date, creation date and
      execution date.
      The 'date' attribute is set to the creation_date since all market orders
      have one, whereas some market orders (that are still ongoing, or that
      have been refused or cancelled) have no execution_date, and the date is
      often used to sort the orders chronologically.
      8ce50c2f
  17. May 07, 2020
  18. Apr 22, 2020
  19. Apr 08, 2020
  20. Mar 18, 2020