Skip to content
  1. Jan 11, 2024
  2. Oct 17, 2023
  3. Jul 17, 2023
  4. Jun 09, 2023
  5. May 23, 2023
  6. May 05, 2023
  7. May 02, 2023
  8. Apr 08, 2023
  9. Mar 13, 2023
  10. Mar 05, 2023
  11. Mar 01, 2023
  12. Feb 12, 2023
  13. Feb 11, 2023
  14. Feb 04, 2023
  15. Jan 29, 2023
  16. Jan 26, 2023
  17. Jan 10, 2023
  18. Dec 09, 2022
    • jlouvel's avatar
      [societegenerale] Handle fill_account for SocieteGenerale browser only · 1f58e050
      jlouvel authored
      societegenerale's module.py is used by societegenerale's browser.py and
      sgpe's browser.py (pro and enterprise spaces). fill_account method in
      module.py should only be used for societegenerale browser, not for
      sgpe's browsers. Added a condition to avoid that.
      1f58e050
    • jlouvel's avatar
      [societegenerale] Various fixes for wealth accounts · 48dee8b6
      jlouvel authored
      New types of pro loans are fetched since a few days. A few particular
      cases were not covered. Some loans must be skipped since they contain
      almost no information (Crédit Bail Mobilier or Location Option d'Achat
      for example). Pro loan page can sometimes return an unavailable status
      even on the website, handling of that message have been added to prevent
      the for loop fetching the accounts stopping. Also added a default
      NotAvailable for an element of the label that is called
      "informationFacultative" and, as its name says, this value of this key
      is not always provided in the JSON. Finally, added a condition to skip
      some PER and PERCO. These are accounts that have no information on the
      website except a label and a contract number. Clicking on them on the
      website leads us to an error page.
      48dee8b6
    • jlouvel's avatar
      [societegenerale] Add pro loans condition and default for null attributes · dccb1d71
      jlouvel authored
      When fetching short-term credits, we can have "Autorisation de découvert
      (Convention de Trésorerie Courante)" accounts. Those accounts only have
      an iban and a "maximum amount". These are not regular loans so we skip
      them. Also added defaults for these short and medium-term credits,
      data for attributes last_payment_amount and last_payment_date (or next_)
      can be null on the website for some loans.
      dccb1d71
    • Heddy's avatar
      [societegenerale] update loan · 2a4d722f
      Heddy authored
      To fetch loans details, we now use a new json page
      that includes all the loans with missing fields and
      with better information quality.
      
      And add Mortgage type.
      2a4d722f
    • sfartit's avatar
      [societegenerale] Fetch new accounts · 9d966c68
      sfartit authored
      Some pages that contains pro loans (short term, and medium/long term)
      were not scraped before.
      Also a page that contains life insurances and per accounts was missing.
      This MR should handle them.
      9d966c68
  19. Aug 12, 2022
  20. Aug 08, 2022
  21. Jul 11, 2022
  22. Jul 07, 2022
  23. Jul 04, 2022