Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
3 deletions
-
README.md
-
apps/client/src/app/pages/features/features-page.html
|
@ -47,7 +47,7 @@ Ghostfolio is for you if you are... |
|
|
|
|
|
|
|
|
- ✅ Create, update and delete transactions |
|
|
- ✅ Create, update and delete transactions |
|
|
- ✅ Multi account management |
|
|
- ✅ Multi account management |
|
|
- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `YTD`, `1Y`, `5Y`, `Max` |
|
|
- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `WTD`, `MTD`, `YTD`, `1Y`, `5Y`, `Max` |
|
|
- ✅ Various charts |
|
|
- ✅ Various charts |
|
|
- ✅ Static analysis to identify potential risks in your portfolio |
|
|
- ✅ Static analysis to identify potential risks in your portfolio |
|
|
- ✅ Import and export transactions |
|
|
- ✅ Import and export transactions |
|
|
|
@ -145,8 +145,9 @@ |
|
|
</h4> |
|
|
</h4> |
|
|
<p class="m-0"> |
|
|
<p class="m-0"> |
|
|
Check the rate of return of your portfolio for |
|
|
Check the rate of return of your portfolio for |
|
|
<code>Today</code>, <code>YTD</code>, <code>1Y</code>, |
|
|
<code>Today</code>, <code>WTD</code>, <code>MTD</code>, |
|
|
<code>5Y</code>, and <code>Max</code>. |
|
|
<code>YTD</code>, <code>1Y</code>, <code>5Y</code>, and |
|
|
|
|
|
<code>Max</code>. |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
</mat-card-content> |
|
|
</mat-card-content> |
|
|