cmaoling / portfolio

A simple tool to calculate the overall performance of an investment portfolio.
http://www.portfolio-performance.info
Eclipse Public License 1.0
1 stars 0 forks source link

[Import] Treat Deposits/Removals and Transfers In/Out equal when determine, whether to import #71

Open cmaoling opened 5 years ago

cmaoling commented 3 years ago

Actually if the CVS contains DEPOSIT/REMOVAL and the data shows TRANSFERS being present the transactions is identified as being a potential duplicate. A TRANSFER in the CSV is still imported, even if the Account/Portfolio to be imported contains a REMOVAL/DEPOSIT transation, as long as the actual counter-account has a transaction, even if it goes to a different account. This is semi-optimal (=room for improvement)