SequelBasis is a PostgreSQL-based tool that calculates mutual fund data (cost basis, capital gain, portfolio allocation). Multiple currencies are implemented and fund data can be converted to other currencies using appropriate daily exchange rates.
License
GNU General Public License version 2.0 (GPLv2)Follow SequelBasis
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
-
I have used sequelbasis since 2013 with no issues at all. I rcently upgraded my Ubuntu installation to 20.04 and now cannot successfully update_summary. Postgresql-12 is the default release in Ubuntu 20.04, and postgresql no longer supports use of OID in public tables. The create_main.sql in sequelbasis says I need to modify the code ... "If Postgresql behavior changes, this code will have to be modified slightly (Insert a row_id column generated correctly in tmp_summary, and use it instead of OID)." I know nothing about SQL, but have tried to modify the code, with no success. The best I get is that postgresql does not load one of the functions "CREATE FUNCTION date_of_oldest_unsold_shares(INTEGER) RETURNS DATE AS '". As it stands, I can no longer use this project. I am very upset about it.