Thomas Kaul
b39c97ab9f
Bugfix/improve validation for non numeric results in eod service ( #2916 )
...
* Improve validation of non-numeric numbers
* Update changelog
12 months ago
Thomas Kaul
09ce8b1cd0
Feature/add support for importing dividends from eod ( #2910 )
...
* Add support for importing dividends
* Update changelog
12 months ago
Cédric Meuter
a5ed49fe4c
Feature/Add date range selector to assistant ( #2905 )
...
* Add date range selector including WTD and MTD to assistant
* Update changelog
12 months ago
Cédric Meuter
4e9e3f7b6b
Feature/Add `wtd` and `mtd` as possible values for date range ( #2902 )
...
* Add `wtd` and `mtd` as possible values for date range
'wtd': week-to-date (from the start of the week)
'mtd': month-to-date (from the start of the month)
* Update changelog
12 months ago
Thomas Kaul
5ba5b86d5f
Feature/improve handling of derived currencies ( #2891 )
...
* Improve handling of derived currencies
* Update changelog
12 months ago
Thomas Kaul
6167f105fe
Refactoring ( #2897 )
12 months ago
Thomas Kaul
8d5f2fd91d
Fix fee conversion ( #2896 )
...
* Fix fee conversion
* Update changelog
12 months ago
Thomas Kaul
0ee632470e
Improve typings ( #2889 )
12 months ago
Hugo Persson
c918deeb1c
Feature/Support for editing countries and sectors ( #2854 )
...
* Add support for editing countries and sectors
* Update changelog
12 months ago
Thomas Kaul
00895b7bb1
Feature/increase timeout to load historical data in data provider service ( #2887 )
...
* Increase timeout to load historical data
* Update changelog
12 months ago
Thomas Kaul
bff60ddbe0
Feature/improve asset profile validation in activities import for manual data source ( #2886 )
...
* Improve asset profile validation for MANUAL data source
* Update changelog
12 months ago
Thomas Kaul
7b45a8b3fc
Introduce type ( #2885 )
12 months ago
Thomas Kaul
693791d113
Feature/add validation of search results in eod historical data service ( #2883 )
...
* Validate currency
* Update changelog
12 months ago
Thomas Kaul
ba3cf82c6e
Feature/increase robustness of exchange rates by always getting quotes ( #2875 )
...
* Always get quotes (with fallback to historical data)
* Update changelog
12 months ago
Thomas Kaul
440dc470fa
Bugfix/fix currency inconsistency with conversion of ZAR to ZAc ( #2869 )
...
* Fix conversion from ZAR to ZAc
* Update changelog
1 year ago
Thomas Kaul
c418e75139
Bugfix/fix currency in error log in exchange rate data service ( #2868 )
...
* Fix currency
* Update changelog
1 year ago
Thomas Kaul
005890d785
Improve extractNumberFromString() for international number formats ( #2843 )
...
* Set up test
* Add support for international formatted numbers
* Expose locale in scraper configuration
* Update changelog
1 year ago
Thomas Kaul
5fa3388609
Feature/break down performance into asset and currency ( #2863 )
...
* Break down performance into asset and currency
* Nullify values
* Update changelog
1 year ago
gizmodus
be801b481e
Feature/Add exchange rate effects to portfolio calculation ( #2834 )
...
* Add exchange rate effects to portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
a72e98f73c
Add AllInvestView ( #2861 )
1 year ago
Thomas Kaul
d7f72819de
Feature/extend assistant by tag selector ( #2838 )
...
* Extend assistant by tag selector
* Update changelog
1 year ago
Thomas Kaul
d49287922f
Feature/refresh cryptocurrencies list 20240106 ( #2835 )
...
* Update cryptocurrencies.json
* Update changelog
1 year ago
Tanguy Herbron
d91f947ab0
Feature/Add Coingecko api keys support ( #2827 )
...
* Add CoinGecko API keys support
* Update changelog
1 year ago
Francisco Silva
62f85293e2
#2820 Grant private access ( #2822 )
...
* Grant private access
* Update changelog
1 year ago
Hugo Persson
371f1dc451
Feature/support rest api in scraper ( #2810 )
...
* Support REST APIs in scraper
* Update changelog
1 year ago
Thomas Kaul
23d323073d
Fix performance percentage for 1d ( #2814 )
...
* Fix performance percentage for 1d
* Improve response of positions endpoint
* Update changelog
1 year ago
Thomas Kaul
0649f9fd2c
Clean up ( #2787 )
1 year ago
Thomas Kaul
43b4f14ace
Feature/add button to test scraper configuration ( #2808 )
...
* Add button to test scraper configuration
* Update changelog
---------
Co-authored-by: Manushreshta B L <manushreshta27@gmail.com>
Co-authored-by: Hugo Persson <hugo.e.persson@gmail.com>
1 year ago
gizmodus
726e727c7d
Feature/benchmark currency correction ( #2790 )
...
* Convert benchmark performance to base currency
* Introduce getExchangeRates() for multiple dates
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
b89bf1d5e8
Feature/increase timeout to load currencies ( #2800 )
...
* Increase timeout
* Update changelog
1 year ago
Thomas Kaul
e465f1b791
Feature/add support to edit currency of asset profile with data source manual ( #2789 )
...
* Add support to edit currency
* Update changelog
1 year ago
Thomas Kaul
01b6c14bcc
Feature/improve handling of derived currency usx ( #2788 )
...
* Improve handling of USX
* Update changelog
1 year ago
miles
34b02210df
Feature/expose the environment variable `REQUEST_TIMEOUT` ( #2792 )
...
* Expose the environment variable `REQUEST_TIMEOUT`
* Update changelog
1 year ago
gizmodus
b183c45027
Time weighted portfolio performance calculation ( #2778 )
...
* Implement time weighted portfolio performance calculation
* Update changelog
1 year ago
underwater
7d68905f1b
Feature/use has permission annotation in endpoints ( #2771 )
...
* Use HasPermission in endpoints
* Update changelog
1 year ago
Thomas Kaul
beb9e2c43f
Feature/modernize nx executors ( #2767 )
...
* Modernize Nx executors
* @nx/eslint:lint
* @nx/webpack:webpack
* Update changelog
1 year ago
Thomas Kaul
4d79df90a7
Feature/support search by asset profile id ( #2765 )
...
* Add support to search for an asset profile by id
* Update changelog
1 year ago
Thomas Kaul
7c33120546
Reimplement redactObject() without cloneDeep() ( #2760 )
...
* Reimplement redactObject() without cloneDeep()
* Update changelog
1 year ago
Thomas Kaul
7f3c86038f
Sort imports ( #2739 )
1 year ago
Thomas Kaul
7dc8f80fdf
Feature/upgrade to nx version 17.2.5 ( #2756 )
...
* Upgrade Nx to version 17.2.5
* Update changelog
1 year ago
Thomas Kaul
28706d7b26
Refactor order service ( #2751 )
1 year ago
Thomas Kaul
0e94112dc7
Feature/adjust holdings weight threshold in trackinsight data enhancer ( #2742 )
...
* Adjust holdings weight threshold
* Update changelog
1 year ago
Thomas Kaul
ffb7cbff50
Feature/highlight all time high in benchmarks of the markets overview ( #2740 )
...
* Highlight all time high
* Update changelog
1 year ago
Thomas Kaul
51a0ede3e4
Feature/introduce lazy loaded activities table ( #2729 )
...
* Introduce lazy-loaded activities table
* Add icon column
* Emit paginator event
* Add pagination logic
* Integrate total items
* Update changelog
1 year ago
Thomas Kaul
531964636b
Fix type ( #2708 )
1 year ago
Thomas Kaul
377ba75e4c
Add support to delete a cash balance ( #2707 )
1 year ago
Marcin Szymański
77b13b88f0
Relax check for duplicates in activities import ( #2704 )
...
* Relax check for duplicates in activities import (allow same day)
* Update changelog
1 year ago
underwater
813e73a0a3
Introduce HasPermission annotation ( #2693 )
...
* Introduce HasPermission annotation
* Update changelog
1 year ago
Thomas Kaul
1d796a9597
Bugfix/change intraday data gathering to operate synchronously ( #2705 )
...
* Change intraday data gathering to operate synchronously
* Update changelog
1 year ago
Thomas Kaul
6f4fd0826c
Feature/respect with excluded accounts flag in get account balances ( #2697 )
...
* Respect withExcludedAccounts in getAccountBalances()
* Update changelog
1 year ago