98 Commits

Author SHA1 Message Date
Thomas Kaul
f08ed2dc68
Feature/add isActive flag to asset profile model ()
* Add isActive to SymbolProfile model

* Update changelog
2025-03-24 20:55:41 +01:00
Thomas Kaul
8f165d46e0
Feature/add cusip to asset profile model ()
* Add CUSIP

* Update changelog
2025-02-25 19:48:22 +01:00
Thomas Kaul
de68841843
Feature/add user id to symbol profile database schema ()
* Add userId to SymbolProfile database schema

* Update changelog
2024-12-14 10:43:35 +01:00
Thomas Kaul
0e01674552
Feature/set hashedKey of ApiKey to unique ()
* Set hashedKey to unique
2024-12-07 15:44:53 +01:00
Thomas Kaul
9461b32a39
Feature/setup api keys for Ghostfolio data provider ()
* Setup API keys for Ghostfolio data provider
2024-11-30 19:14:15 +01:00
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ()
* Set up Ghostfolio data provider

* Update translations

* Update changelog
2024-11-24 19:49:08 +01:00
Thomas Kaul
a80ca507f8
Feature/add lastRequestAt to analytics ()
* Add lastRequestAt to Analytics
2024-11-02 13:45:26 +01:00
Thomas Kaul
10e725b51a
Feature/Add dataProviderGhostfolioDailyRequests to Analytics ()
* Add dataProviderGhostfolioDailyRequests to Analytics
2024-10-30 21:39:20 +01:00
Thomas Kaul
a9d26b319d
Feature/Format database schema ()
* Format
2024-10-17 20:42:59 +02:00
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ()
* Add user id to tag database schema

* Update changelog
2024-09-28 20:42:25 +02:00
Nuno
40de0cead5
Feature/optimize docker image ()
* Remove redundant docker image layers

* Update prisma binary target of prisma

* Update changelog
2024-08-08 17:42:05 +02:00
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ()
* Setup allocations by ETF holding

* Update changelog
2024-06-07 21:45:07 +02:00
Thomas Kaul
69d85eadfd
Feature/setup cascading on delete for various relations in database schema ()
* Setup cascading on delete

* Update changelog
2024-06-01 11:08:36 +02:00
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ()
* Change CASH to LIQUIDITY in asset class enum

* Update changelog
2024-04-23 18:55:37 +02:00
Thomas Kaul
1132dc9bdd
Feature/add unique constraint to account balance database schema ()
* Add accountId and date as unique constraint to AccountBalance schema

* Update changelog
2024-04-21 10:28:51 +02:00
Thomas Kaul
07c0e5a612
Feature/add currency to order database schema ()
* Add currency to Order database schema

* Update changelog
2024-04-07 11:30:32 +02:00
Thomas Kaul
a70f45cbf3
Feature/add index for data source symbol to market data table ()
* Add index

* Update changelog
2024-03-23 09:23:59 +01:00
Thomas Kaul
d1617f2d87
Feature/add index for is excluded to account database table ()
* Add index for isExcluded to account database table

* Update changelog
2024-02-29 20:50:44 +01:00
Thomas Kaul
6be38a1c19
Feature/remove is default flag from account database schema ()
* Remove isDefault flag from Account database schema

* Update changelog
2024-02-24 19:44:56 +01:00
Thomas Kaul
07eabac059
Feature/add missing database indexes part 2 ()
* Add missing database indexes (for orderBy and where clauses)

* Update changelog
2024-02-22 20:21:50 +01:00
Thomas Kaul
93de25e5b6
Feature/add missing database indexes ()
* Add missing database indexes

* Update changelog
2024-02-19 19:45:52 +01:00
Thomas Kaul
be7f6bb657
Feature/add inactive as user role ()
* Add INACTIVE as user role

* Update changelog
2024-02-18 18:54:49 +01:00
Thomas Kaul
73c0843d51
Feature/add permissions to access model ()
* Add permissions to Access model

* Update changelog
2024-01-24 19:23:58 +01:00
Thomas Kaul
af71274ea9
Feature/remove account type enum ()
* Remove AccountType enum

* Update changelog
2024-01-06 14:19:42 +01:00
Thomas Kaul
7cb86de7af
Feature/remove account type from account database model ()
* Remove account type

* Update changelog
2023-11-07 17:56:18 +01:00
Thomas Kaul
4e7b7375a9
Feature/setup open figi ()
* Setup OpenFIGI

* Update changelog
2023-10-21 18:12:50 +02:00
Thomas Kaul
b12349a148
Feature/add support for interest on account level ()
* Add support for interest

* Update changelog
2023-09-19 20:37:04 +02:00
Thomas Kaul
7130ac7565
Feature/add support for fees on account level ()
* Add migration

* Add business logic for fees

* Fix export for liabilities

* Update changelog
2023-09-17 18:20:54 +02:00
Thomas Kaul
ab691bb27a
Feature/remove account type from user interface ()
* Remove account type from user interface and set it optional

* Update changelog
2023-09-15 19:11:20 +02:00
Thomas Kaul
c9353d0a39
Support account balance time series ()
* Initial setup

* Support account balance in export

* Handle account balance update

* Add schema migration

* Update changelog
2023-07-23 15:55:58 +02:00
Marcin Szymański
fce6caebc2
Fix arm64 prisma binary target ()
* Fix arm64 prisma binary target

* Update changelog
2023-06-19 20:56:28 +02:00
Thomas Kaul
7931e6950d
Feature/add support for liabilities ()
* Add support for liabilities

* Update changelog
2023-06-10 16:17:11 +02:00
Thomas Kaul
9116443305
Feature/support note in accounts ()
* Add support for a note in accounts

* Update changelog
2023-06-10 12:01:13 +02:00
Thomas Kaul
ad46fb6d61
Feature/add financial modeling prep as data source type ()
* Add Financial Modeling Prep as new data source type

* Update changelog
2023-05-11 09:52:23 +02:00
Thomas Kaul
7b77dc044a
Feature/add state to market data database schema ()
* Add state (CLOSE / INTRADAY) to MarketData

* Update changelog
2023-04-25 20:09:12 +02:00
Thomas Kaul
cddea0401f
Feature/add data source as unique constraint to market data schema ()
* Add dataSource as unique constraint to MarketData schema

* Update changelog
2023-04-23 11:13:08 +02:00
Thomas Kaul
c8ca82b803
Feature/extend data source eod historical data by asset class and isin ()
* Extend EodHistoricalDataService

* asset and asset sub class
* isin

* Update changelog
2023-03-18 10:09:11 +01:00
Mirio
80d0638922
Adding Coingecko Data Provider ()
* Adding Coingecko Data Provider

* Update changelog

---------

Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2023-02-25 09:45:01 +01:00
Thomas Kaul
851401be1e
Feature/remove ghostfolio as data source type ()
* Remove GHOSTFOLIO

* Update changelog
2023-02-17 19:19:16 +01:00
Thomas Kaul
1b2f8e5586
Feature/extend analytics by country ()
* Extend analytics by country

* Fix Upgrade Plan button of subscription interstitial

* Update changelog
2023-02-05 18:57:12 +01:00
Thomas Kaul
1ae8970045
Feature/add price to subscription ()
* Add price

* Update changelog
2022-12-28 13:57:15 +01:00
Thomas Kaul
58dff8a1e0
Feature/upgrade prisma to version 4.8.0 ()
* Upgrade prisma to version 4.8.0

* Update changelog
2022-12-28 10:40:34 +01:00
Thomas Kaul
0b65d05013
Feature/remove rakuten from data source type ()
* Remove RAKUTEN

* Update changelog
2022-12-25 12:20:09 +01:00
Thomas Kaul
b5b7af7741
Feature/improve asset profile management ()
* Improve asset profile management (Add note, fix filter)

* Update changelog
2022-11-30 20:01:17 +01:00
Thomas Kaul
805f4b05be
Release 1.205.1 () 2022-10-16 20:19:27 +02:00
Thomas Kaul
33cc7e4e7e
Feature/remove rakuten from data source ()
* Remove Rakuten

* Update changelog
2022-10-16 09:42:18 +02:00
Thomas Kaul
538c8947cd
Feature/rename data source from rakuten to rapid api ()
* Rename Rakuten to Rapid API

* Update changelog
2022-10-15 10:31:46 +02:00
Thomas Kaul
f01a3f893d
Exclude accounts ()
* Exclude accounts

* Update changelog
2022-09-25 18:02:46 +02:00
Thomas Kaul
4f8fe83a16
Feature/clean up user database schema ()
* Clean up user database schema

* Update changelog
2022-09-10 16:11:49 +02:00
Thomas Kaul
fc4bb71184
Feature/migrate date range setting to user settings ()
* Migrate date range to user settings

* Refactor currency and view mode in the user user settings

* Update changelog
2022-09-10 11:38:06 +02:00