Metadata-Version: 2.1
Name: jal
Version: 2021.1.4
Summary: Just Another Ledger - project to track personal financial records
Home-page: https://github.com/titov-vv/jal
Author-email: jal@gmx.ru
License: UNKNOWN
Description: # JAL 
        Just Another Ledger is a project for personal finance tracking.
        
        It was designed to keep records of personal incomes/spendings and investments with up-to-date information about account's balances and portfolio value.
        
        ### Main features
        - multiple accounts with different currencies (base currency is russian rouble but might be changed in future versions)
        - 5 types of transactions: 
            1. Generic income/spending operations that may be splitted into several categories
            2. Transfers of money between different accounts and currencies
            3. Buy/Sell operation for securities (future plan is to support merges and splits)
            4. Dividends for stocks (Bond coupons may be recorded the same way)
            5. Corporate actions for stocks (Split, Symbol change, Merger, Spin-Off, Stock dividend)
        - basic reports:
            1. monthly incomes/spendings splitted by category
            2. profit/loss report for investments accounts
            3. closed deals report 
        - stock quotes updates for US (Yahoo), EU (Euronext) and RU (MOEX) exchanges traded stocks
        - securities transactions import from Quik HTML-reports for russian brokers (KIT-Finance, Uralsib Broker) and from Interactive Brokers flex-queries
        - tax report preparation for foreign investments according to Russian Tax Law
        - *experimental* download russian electronic slips from russian tax authority:
            1. QR code may be scanned from camera, clipboard image or image file on disk
            2. Authorization via login/password to FNS personal account or ESIA/Gosuslugi (no passwords are stored in the progam, only SessionId is stored - you may check in source code)
        
        Full description is available at Github - *[English](https://github.com/titov-vv/jal/blob/master/docs/README.md), [Русский](https://github.com/titov-vv/jal/blob/master/docs/README.ru.md)*
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.8.1
Description-Content-Type: text/markdown
