pytr-org / pytr

Use TradeRepublic in terminal and mass download all documents
https://pypi.org/project/pytr/
MIT License
422 stars 74 forks source link

Fb parsing and formatting: locale aware parsing #126

Closed pinzutu closed 1 month ago

pinzutu commented 1 month ago

Fix for #125 , where dictionary fields associated with "Aktien" are parsed with locale "en", and "Anteile", "Gebühr", "Steuer", "Steuern" are parsed with locale "de". Also removes an unused import and handles a theoretical None case for event.value: Optional[float]