Feature/add annualized performance (#364)

* Add annualized performance

* Update changelog
This commit is contained in:
Thomas Kaul
2021-09-11 20:16:53 +02:00
committed by GitHub
parent df2dfc20a1
commit 39f315aba0
5 changed files with 104 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import { PortfolioPerformance } from './portfolio-performance.interface';
export interface PortfolioSummary extends PortfolioPerformance {
annualizedPerformancePercent: number;
cash: number;
committedFunds: number;
fees: number;