optimize annual performance calculation (#367)

* Optimize annual performance calculation

* Update changelog

Co-authored-by: Valentin Zickner <github@zickner.ch>
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
Valentin Zickner
2021-09-12 14:08:42 -04:00
committed by GitHub
parent ba926ffcf2
commit d2aeeb3e88
7 changed files with 111 additions and 85 deletions

View File

@@ -1,4 +1,5 @@
export interface PortfolioPerformance {
annualizedPerformancePercent: number;
currentGrossPerformance: number;
currentGrossPerformancePercent: number;
currentNetPerformance: number;