Investments

Latest version: v0.2.0

Safety actively analyzes 621239 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.2.0

Changes since previous release:
- [e2ba000](https://github.com/cdump/investments/commit/e2ba0003ef5c3b3d69de00e029131a0438000e75) v0.2.0
- [2a7cef2](https://github.com/cdump/investments/commit/2a7cef2b8e91b0d4e7b558fdc6bd4046012b940a) fix warnings
- [2193726](https://github.com/cdump/investments/commit/21937264c8d117a671d294f2d824de2f940916b7) min required python=3.10
- [cc467b6](https://github.com/cdump/investments/commit/cc467b65464c295401afb17e190c5bac97d83bd5) fix ruff format and warnings
- [25fbf90](https://github.com/cdump/investments/commit/25fbf90f8cbe76ad2a584d02419b0c36daa53172) run tests on py3.11
- [57d5c3d](https://github.com/cdump/investments/commit/57d5c3d59dabfdd3189773c82f65964e2325b27b) support CNY/CNH currency
- [ea00a0b](https://github.com/cdump/investments/commit/ea00a0b1ed8dd892129609764651a8ed75558c9b) wemake-python-styleguide -> ruff

0.1.28

Changes since previous release:
- [883dcc7](https://github.com/cdump/investments/commit/883dcc71ee5eead76a35e776e858a48c82dcf323) v0.1.28
- [2efc8f0](https://github.com/cdump/investments/commit/2efc8f07b93c65a5a817b3511fde600bb8beeb47) Merge pull request #66 from cdump/dateformat
- [24fcbc4](https://github.com/cdump/investments/commit/24fcbc4a85fe2f4c3d9f235e718b3802afe57878) fix new warnings/errors after mypy upgrade
- [be23972](https://github.com/cdump/investments/commit/be23972af2b64fc8e9cac618613f4e5693b90cab) upgrade deps
- [f7dcca3](https://github.com/cdump/investments/commit/f7dcca3f010ff323ca8a31927ce5191adaa1bf61) change presenter default date format from %Y-%m-%d to %d.%m.%Y

0.1.27

Changes since previous release:
- [1ec2cc3](https://github.com/cdump/investments/commit/1ec2cc3bc55cf5a4c11282ef5647693c7e78a0d2) v0.1.27
- [f6ebe8e](https://github.com/cdump/investments/commit/f6ebe8eac41fd959b9d787169257bf9ce26b1b76) fix ibdds.py: C417 Unnecessary use of map - use a set comprehension instead.
- [6b29740](https://github.com/cdump/investments/commit/6b29740c6b3f5f53cd1d3101104d78cf3a0d9a0f) poetry update
- [9f30fbf](https://github.com/cdump/investments/commit/9f30fbf877d90c4ebe777f03313a16ecf23b3405) more newlines before year in text presenter
- [6b7bfc1](https://github.com/cdump/investments/commit/6b7bfc134d73aada72cf2d30a35dc74cc9f8439a) Merge branch 'pdf_export'
- [af4a477](https://github.com/cdump/investments/commit/af4a4774b136ba36493085e511f3cbcf002c3564) small codereview fixes in pdf exporter
- [876ed3f](https://github.com/cdump/investments/commit/876ed3fd9fe149918e0a96686b371b8f47225ba5) Merge pull request #61 from mladshij/master
- [6a4c4fb](https://github.com/cdump/investments/commit/6a4c4fbc10c96065669e50237f72a21aa9d93650) Setting stdout to utf8 encoding
- [9bd2bf3](https://github.com/cdump/investments/commit/9bd2bf372075d202f49a21cca3006f1ea007ab3c) Merge pull request #59 from FlameFactory/fix_empty_fee_df
- [6129299](https://github.com/cdump/investments/commit/6129299692ea6430ae85d2f97f601cbec86de42a) [tests] add ibtax fee_report tests
- [916cd9b](https://github.com/cdump/investments/commit/916cd9b4527699667a902686b0ad1a494e491c70) [ibtax.py] fix prepare_fees_report
- [9f9a36c](https://github.com/cdump/investments/commit/9f9a36cacc8543d8f42f0d59fa68b7690fddc5ac) :sparkles: Export basic report to .pdf files now available

0.1.26

Changes since previous release:
- [c7feb93](https://github.com/cdump/investments/commit/c7feb931bbcfe828e137b6df106a2a8676d29550) v0.1.26
- [aea0797](https://github.com/cdump/investments/commit/aea0797f1117eaf1115a10c450042012c46bc93a) fix settle dates tests
- [42ec294](https://github.com/cdump/investments/commit/42ec294e704d3c5116b992245f919547921666fe) Merge pull request #56 from esemi/fix_duplicate_settlement_dates
- [ab0dfbe](https://github.com/cdump/investments/commit/ab0dfbeaa40332646579c530cb4db81c097a3cb1) Merge branch 'master' into fix_duplicate_settlement_dates
- [00adab4](https://github.com/cdump/investments/commit/00adab454bd7c27244690e8b13548ceab2158ed1) Merge pull request #55 from esemi/fix_thousands_separator
- [5e30291](https://github.com/cdump/investments/commit/5e3029197bd3ce34f17ee7136159d6481c19dab2) :sparkles: Fix duplicate settlement dates for same order
- [eef70a2](https://github.com/cdump/investments/commit/eef70a21f0f6f2b6d0cf07625c933980839f28e3) :fix: Thousands separator parsing for trade.quantity
- [cd4a9a5](https://github.com/cdump/investments/commit/cd4a9a5216587f6bca3c16e5895d2bee3e14a497) Merge pull request #53 from cdump/deps-upgrade
- [d6b35bc](https://github.com/cdump/investments/commit/d6b35bc92bcdbc78539d5a5781f8de5bfc2f4f7b) fix flake8 errors
- [af4218f](https://github.com/cdump/investments/commit/af4218fbe6236610a1010de01d80a95dff7fea0d) add __init__ fix ibdds and ibtax (fix mypy warnings)
- [e542508](https://github.com/cdump/investments/commit/e542508ee6295267a2b2ce19b1aad92ea5812ba6) ibdds: fix mypy errors after mypy upgrade
- [9c9eee4](https://github.com/cdump/investments/commit/9c9eee433837f4470ff20ecb67a87a74bc4b0ac4) add types- packages for requests & tabulate for mypy
- [c947f11](https://github.com/cdump/investments/commit/c947f11f4f8e1471955e5e9f4a5be08caa1df575) updated poetry.lock
- [d0504a9](https://github.com/cdump/investments/commit/d0504a99f5cec19ce53fce40b9afe469331ddcf7) moex data provider: upgrade for aiomoex 2.0
- [197f475](https://github.com/cdump/investments/commit/197f475d4f74774cf26803e8b52804f49c9787e0) upgrade all deps, minimum python version now is 3.8
- [f1c4f60](https://github.com/cdump/investments/commit/f1c4f600a162c4f621498723c0284d7c0001e8f1) tests: add moex data provider test
- [40e34fc](https://github.com/cdump/investments/commit/40e34fcbd95927d99f028056ccb2e752a879e045) Merge pull request #46 from esemi/skip_reversed_comissions
- [b76c1fb](https://github.com/cdump/investments/commit/b76c1fb35eacf0ca25a1efeda19fd23c4be6aa88) :sparkles: Skip reversed commisions from "other fees"
- [a9fedd6](https://github.com/cdump/investments/commit/a9fedd6af61d818d5923d559a184528e3ec633a9) Merge pull request #45 from esemi/silent_mode
- [cb129bf](https://github.com/cdump/investments/commit/cb129bfc731a3e10f48e5a462cb1d5d4ce3a249e) Merge pull request #51 from esemi/many_currencies
- [24b247d](https://github.com/cdump/investments/commit/24b247d68a2202c82e12ed0c06c3bb4dfe01a315) :recycle: Refactoring CBR.ru client for support many currencies (Closes #39)
- [6caf5aa](https://github.com/cdump/investments/commit/6caf5aa2607839ccc1a1eb48bef4f4334741ad13) :sparkles: Add more available currencies
- [1539322](https://github.com/cdump/investments/commit/153932230af10d7f8e57753b94686fa0758c9184) :sparkles: Move CBR currency codes to Currency class
- [eeea022](https://github.com/cdump/investments/commit/eeea022d22eedb150232bc25a805b0bde783e112) :recycle: Добавил поддержку различной meta-информации по валютам расчётов и покрыл тестами текущее поведение класса Currency
- [54d84c0](https://github.com/cdump/investments/commit/54d84c079e1fd44d785ec55142e0f763cc76e601) :fix: Поправлена обработка возврата удержанного у источника налога для дивидендов: отчёты брокера строго необходимо парсить начиная с самого давнего года.
- [7be46ee](https://github.com/cdump/investments/commit/7be46eed40c2ff133f5f11021f907ba0021779e9) :sparkles: ibtax: add quiet param (for suppress messages about forex deals <:)
- [bfae5ad](https://github.com/cdump/investments/commit/bfae5ad41b70e0ddc8e0462411e85b37ade8fcc9) [readme] fix run examples (#38)
- [bc1f5ab](https://github.com/cdump/investments/commit/bc1f5ab582618816421b94649b806ee2bff0fdeb) Increase precision for trades income/expenses/profit values (#37)

0.1.25

Changes since previous release:
- [007ff95](https://github.com/cdump/investments/commit/007ff952ced3d5dfe94652b11345f3d69e4c2438) v1.0.25
- [e5745e3](https://github.com/cdump/investments/commit/e5745e3893506e81da09661af7c37ef48dfdfe31) update poetry.lock
- [41d6a75](https://github.com/cdump/investments/commit/41d6a75a618ee9b51d52cd005188e11323cbe95d) add jedi as dev dep to pyproject.toml
- [eb1c60c](https://github.com/cdump/investments/commit/eb1c60cbc11341d8aead144d56e43dd1c8c6da3b) Добавлена утилита ibdds: помошник для подготовки отчёта о движении денежных средств по счёту в IB (#33)
- [fd8e64c](https://github.com/cdump/investments/commit/fd8e64c6784565a2b8c2e16207e1ea02a722ebb6) Починил вывод отчётов по разделам по пустым годам (есть сделки, но нет дивидендов, например) (#32)

0.1.24

Changes since previous release:
- [dae4bad](https://github.com/cdump/investments/commit/dae4badaf84ebcfa22269eee52ff44f864c67c91) v0.1.24
- [fb5a0e9](https://github.com/cdump/investments/commit/fb5a0e9705cfbf60cb7bf2bca9c720dbf27e867b) open broker: fix FR parser for new reports, add GDR TickerKind
- [f8cb343](https://github.com/cdump/investments/commit/f8cb3437118e1511d39a396bd68984cad134989f) Trade fee (#28)
- [1e488cc](https://github.com/cdump/investments/commit/1e488cc86c839b54a7fe474b48f7d40f1777a9cd) Merge pull request #29 from esemi/fix_actions_env
- [81693c5](https://github.com/cdump/investments/commit/81693c5627a1c9c982242333dc536465c9e044e9) :fix: Changed untrusted commands on github-actions
- [deec0a3](https://github.com/cdump/investments/commit/deec0a3133fbb05e2422f2a891ca029bc92d9679) Merge pull request #25 from esemi/currency_converter
- [81f4848](https://github.com/cdump/investments/commit/81f4848ac7cef7c0ec33a85d5122441b1bad7a11) :recycle: Move convert_to function from Money class to separate functions for compatible with multi-currency operations and manual compute trades profit
- [3b543e8](https://github.com/cdump/investments/commit/3b543e8e6770a766d76fbd26fb4ca7f251773237) :recycle: Move dividends and portfolio presenters to separate functions

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.