helgehatt
b41eb60348
Fix chart tooltip of benchmark comparator ( #3167 )
* Fix chart tooltip of benchmark comparator
* Update changelog
2 years ago
Thomas Kaul
5596e5f03b
Feature/integrate wealth items into transaction point concept ( #3084 )
* Integrate (wealth) items into transaction point concept
* Update changelog
2 years ago
Thomas Kaul
6f7cbc93b9
Add missing type ( #3023 )
2 years ago
Thomas Kaul
67ae86763e
Handle premium data provider in getQuotes() ( #3020 )
* Handle premium data provider in getQuotes()
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years 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>
2 years ago
Thomas Kaul
93b6011ddc
Feature/refactor get range in market data service ( #2631 )
* Refactor to unique asset in getRange()
* Update changelog
2 years ago
Thomas Kaul
ed735e0b29
Feature/disable caching in health check endpoints for data providers ( #2147 )
* Disable caching in health check endpoint
* Update changelog
2 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
3 years ago
Thomas Kaul
aafedd5f75
Feature/increase robustness if live data is missing ( #1884 )
* Continuously persist today's market data
* Add fallback to historical market data if data provider does not provide live data
* Update changelog
3 years ago
Thomas Kaul
897e941e7a
Feature/add data provider info to position ( #1730 )
* Add data provider info
* Update changelog
3 years ago
Thomas Kaul
af0863d193
Bugfix/fix currency conversion in accounts ( #937 )
* Fix currency conversion in accounts
* Update changelog
4 years ago
Thomas Kaul
c02bcd9bd8
Feature/migrate to yahoo finance2 ( #722 )
* Migrate to yahoo-finance2
* Add support for mutual funds
* Add url to symbol profile
* Clean up
4 years ago
Thomas Kaul
7df53896f3
Feature/start eliminating data source from order ( #622 )
* Start eliminating dataSource from order
* Update changelog
4 years ago
Thomas Kaul
6c07759eb7
Feature/add market data tab to admin control panel ( #497 )
* Add market data tab
* Update changelog
4 years ago
Thomas Kaul
2e5176bacf
Feature/extend import by csv files ( #419 )
* Support import of csv files
* Update changelog
4 years ago
Thomas Kaul
93dcbeb6c7
Feature/add validation for import ( #415 )
* Valid data types
* Maximum number of orders
* Data provider service returns data for the dataSource / symbol pair
4 years ago
Thomas Kaul
0f72673ef4
Feature/respect data source in symbol data endpoint ( #370 )
* Respect data source in symbol data endpoint
* Respect data source in the data provider service
* Combine symbol with data source in get() of data provider service
* Improve search functionality for multiple data sources
* Update changelog
4 years ago
Valentin Zickner
308b218487
introduce basic module structure for data provider ( #278 )
* introduce basic module structure for data provider
* introduce DataGatheringModule
* introduce ExchangeRateDataModule
* introduce ImpersonationModule
* move RulesService
* cleanup portfolio module
* Sort imports
Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago
Thomas
c47578bd3e
Clean up
4 years ago
Thomas
a3a98c68a5
Fix missing currency conversion
4 years ago
Thomas
a90c314e30
Refactoring
4 years ago
Thomas
5e9cecc6c1
Refactoring
4 years ago
Thomas
cbb81916ee
Sort imports
4 years ago
Valentin Zickner
409afac2a9
fix rate conversion for todays symbols
4 years ago
Valentin Zickner
b031b028f1
add today to getValues
4 years ago
Valentin Zickner
ea66081073
move interfaces to separate files
4 years ago
Valentin Zickner
852902d1ab
add current position calculation with holding period return calculation
4 years ago
Valentin Zickner
7b696e39de
add sorting and symbol as a result
4 years ago
Valentin Zickner
c88ad2c225
change getValues to multiple symbols
4 years ago
Thomas
099571437e
Extend current rate service with getRange()
4 years ago
Thomas
5037393866
Support today in current rate service
4 years ago
Thomas
67606e4026
Extend current rate service test
4 years ago
Valentin Zickner
9de56c32ac
create base structure for portfolio rewrite
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
4 years ago