Dan
85857aabce
Readd time weighted performance
1 year ago
Dan
6f01885df2
fix
1 year ago
Dan
2cf8dc76a4
Remove dividends from committed funds
1 year ago
Dan
e6c0102139
Fix Tag Handling
1 year ago
Daniel Devaud
7c263a3f9c
Fix instanciation of Portfoliocalculator
1 year ago
Daniel Devaud
316c1fec3c
Further Updates
1 year ago
Thomas Kaul
e23019a115
Feature/improve liabilities in portfolio calculator ( #3696 )
Improve liabilities
1 year ago
gizmodus
f360a12823
Feature/rework portfolio calculator ( #3393 )
* Rework portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
c34959896c
Feature/improve color assignment with annualized performance in treemap chart ( #3657 )
* Improve color assignment
* Update changelog
1 year ago
Thomas Kaul
8f6203d296
Feature/manage tags of holdings ( #3630 )
* Manage tags of holdings
* Update changelog
1 year ago
Thomas Kaul
fcc2ab1a48
Feature/change color assignment by annualized performance in treemap chart ( #3617 )
* Change color assignment to annualized performance
* Update changelog
1 year ago
Thomas Kaul
1c9805bb96
Feature/improve allocations by etf holding for impersonation mode ( #3534 )
* Improve allocations by ETF holding for impersonation mode
* Update changelog
1 year ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
1 year ago
Dan
127587878d
Added LogPerformance
2 years ago
Thomas Kaul
e31b4c64cb
Feature/refactor holding detail dialog to standalone ( #3407 )
* Refactor holding detail dialog to standalone
* Update changelog
2 years ago
Dan
a539286968
Fix Asset allocation overview
2 years ago
Daniel Devaud
f3cb92a704
Refactor time weighted graph
2 years ago
Dan
97ba28fe1c
Readded TimeWeighted Performance
2 years ago
Dan
3be31da35f
Fix Calculation
2 years ago
Thomas Kaul
f2cb671c7f
Feature/optimize get porfolio details endpoint ( #3366 )
* Eliminate getPerformance() from getSummary() function
* Disable cache for getDetails()
* Add hint to portfolio summary
* Update changelog
2 years ago
Thomas Kaul
77beaaba08
Refactoring portfolio service ( #3365 )
2 years ago
Thomas Kaul
486de968a2
Bugfix/fix division by zero error in dividend yield calculation ( #3354 )
* Handle division by zero
* Update changelog
2 years ago
Thomas Kaul
a5833566a8
Feature/skip caching in portfolio calculator if active filters ( #3348 )
* Skip caching if active filters
* Update changelog
2 years ago
Thomas Kaul
e10707fde4
Add missing guard to fix public page ( #3339 )
2 years ago
Thomas Kaul
4f41bac328
Feature/set up caching in portfolio calculator ( #3335 )
* Set up caching
* Update changelog
2 years ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
2 years ago
Thomas Kaul
39bd4a349b
Feature/improve chart in account detail dialog ( #3314 )
* Improve net worth calculation in portfolio performance chart
* Improve account balance management
* Update changelog
2 years ago
Thomas Kaul
15857118fe
Feature/let data gathering queue jobs fail by throwing errors ( #3281 )
* Let data gathering queue jobs fail by throwing errors
* Update changelog
2 years ago
Daniel Devaud
0245e836e0
Fixes
2 years ago
Thomas Kaul
5d4e2fba8c
Feature/move wealth item and liability calculations to portfolio calculator ( #3272 )
* Move (wealth) item calculations to portfolio calculator
* Move liability calculations to portfolio calculator
* Update changelog
2 years ago
Thomas Kaul
6c57609db8
Feature/move dividend fee and interest calculation to portfolio calculator ( #3267 )
* Move dividend, feee and interest calculation to portfolio calculator
* Update changelog
2 years ago
Thomas Kaul
2b97bbd05d
Move getChart() to portfolio calculator ( #3255 )
2 years ago
Thomas Kaul
719bbe156e
Feature/optimize calculation of allocations by market ( #3249 )
* Optimize calculation of allocations by market
* Update changelog
2 years ago
Thomas Kaul
ca2e748c56
Bugfix/add missing tags in portfolio calculator ( #3243 )
* Add missing tags
* Update changelog
2 years ago
Arshad Jamal
371c999fbc
Feature/Add dividend yield to position detail dialog ( #2636 )
* Add dividend yield to position detail dialog
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
d7b579e3e8
Feature/refactor getAnnualizedPerformancePercent to portfolio calculator ( #3226 )
* Move getAnnualizedPerformancePercent() to portfolio calculator
2 years ago
Thomas Kaul
b8533050b0
Bugfix/fix duplicated tags in position detail dialog ( #3224 )
* Fix duplicated tags
* Update changelog
2 years ago
Francisco Silva
8cd6c34ed8
Feature/introduce portfolio calculator factory ( #3214 )
* Introduce portfolio calculator factory
* Update changelog
2 years ago
Thomas Kaul
f1eeee0525
Feature/extend date range support by specific years ( #3190 )
* Extend date range support by specific years
* Support date range in benchmark endpoint
* Support date range in activities endpoint
* Update changelog
2 years ago
Thomas Kaul
63a61fb492
Move portfolio calculator ( #3204 )
* Move portfolio calculator
2 years ago
Thomas Kaul
5788c6474e
Refactor portfolio calculator ( #3203 )
* Refactor portfolio calculator
* Consume Activity[]
* Change computeTransactionPoints() to private
* Eliminate getTransactionPoints()
* Update changelog
2 years ago
Thomas Kaul
5529fdc0ee
Move transaction points to constructor ( #3202 )
2 years ago
Thomas Kaul
88a9b518f6
Bugfix/fix issue with overridden names in activities table ( #3200 )
* Fix issue with overridden names
* Update changelog
2 years ago
helgehatt
b41eb60348
Fix chart tooltip of benchmark comparator ( #3167 )
* Fix chart tooltip of benchmark comparator
* Update changelog
2 years ago
Thomas Kaul
a33f8d5bed
Upgrade @types/big.js to version 6.2.2 ( #3191 )
* Upgrade @types/big.js to version 6.2.2
* Refactor imports
2 years ago
Daniel Devaud
d56d6f944f
Fix GroupBy for investment
2 years ago
Thomas Kaul
7e28e42995
Feature/exclude fees from holdings ( #3160 )
2 years ago
Gerard Du Pre
c289793c6d
Feature/switch between active and closed holdings ( #3146 )
* Switch between active and closed holdings on the portfolio holdings page
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
bffe6060bd
Pass portfolio calculator to getChart() ( #3153 )
2 years ago
Thomas Kaul
7a364472c8
Bugfix/fix liability issue in allocations ( #3133 )
* Remove liabilities from allocations calculation
* Update changelog
2 years ago