Skip to content
  1. Jan 08, 2020
  2. Nov 09, 2019
  3. Sep 11, 2019
  4. May 19, 2019
  5. Dec 06, 2018
  6. Dec 02, 2018
    • Quentin Defenouillere's avatar
      [hsbc] Fetch Comptes de Tiers · dd07fce0
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Some HSBC connections have a link called "comptes de tiers" in which
      users can check their family members accounts.
      This patch enables the scraping of all third party accounts.
      
      Closes: 7605@Zendesk
      dd07fce0
    • Quentin Defenouillere's avatar
      [hsbc] Rename investment labels and codes in iter_liquidity() · 92af0ea8
      Quentin Defenouillere authored and Romain Bignon's avatar Romain Bignon committed
      Customers complained about weird invest labels that they could not
      identify in some of the invests. These invests are actually part of
      iter_liquidity, therefore, in order to fit the liquidity model, I
      renamed these investments with "Liquidités" and "XX-liquidity".
      I on purpose did not use create_french_liquidity because here
      liquidities are iterated with klass=Investment in pages.py and they have
      specific attributes such as original_currency and invest_account_id.
      
      Closes: 7977@zendesk
      92af0ea8
  7. Nov 10, 2018
  8. May 05, 2018
  9. Apr 15, 2018
  10. Mar 31, 2018
    • Sylvie Ye's avatar
      [hsbc] multiples fix in invest · a383b783
      Sylvie Ye authored and Romain Bignon's avatar Romain Bignon committed
      Don't get account invest with 'INVSTLKDINSURANCE' type in RetrieveAccountsPage
      because there are no information in this JSON page
      and life insurance invest is on life insurance page.
      Don't get account invest with 'LOANMORTGAGE' type in RetrieveAccountsPage.
      Don't get account invest with 'NONINVSTLINKEDINSURANCE' type in RetrieveAccountsPage
      
      Add id attribute in RetrieveLiquidityPage to avoid 'same ID 0'.
      Add default value for vdate attribute in RetrieveInvestmentsPage and condition
      to avoid 'NoneType' value.
      
      Closes: 540779@redmine 517932@redmine
      a383b783
  11. Nov 18, 2017
    • David Kremer's avatar
      [hsbc] iter investments on pea · 1311781d
      David Kremer authored and Romain Bignon's avatar Romain Bignon committed
      - Add an almost full client to retrieve informations from the
        `pea_wealth` subsite through its JSON API.
      - Split pages.py in several files for maintenance purpose
      1311781d