Browse Source

Feature/add WTD and MTD to documentation (#3542)

pull/3550/head
Thomas Kaul 7 months ago
committed by GitHub
parent
commit
bc2fd9c970
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      README.md
  2. 5
      apps/client/src/app/pages/features/features-page.html

2
README.md

@ -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

5
apps/client/src/app/pages/features/features-page.html

@ -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>

Loading…
Cancel
Save