Browse Source
Merge pull request #173 from dandevaud/dandevaud-patch-1
Aktualisieren von portfolio-calculator.ts
pull/5027/head
dandevaud
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
apps/api/src/app/portfolio/calculator/roai/portfolio-calculator.ts
|
@ -810,6 +810,9 @@ export class RoaiPortfolioCalculator extends PortfolioCalculator { |
|
|
|
|
|
|
|
|
for (const dateRange of [ |
|
|
for (const dateRange of [ |
|
|
'1d', |
|
|
'1d', |
|
|
|
|
|
'1w', |
|
|
|
|
|
'1m', |
|
|
|
|
|
'3m', |
|
|
'1y', |
|
|
'1y', |
|
|
'5y', |
|
|
'5y', |
|
|
'max', |
|
|
'max', |
|
|