Feature/add annualized performance (#364)
* Add annualized performance * Update changelog
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { PortfolioPerformance } from './portfolio-performance.interface';
|
||||
|
||||
export interface PortfolioSummary extends PortfolioPerformance {
|
||||
annualizedPerformancePercent: number;
|
||||
cash: number;
|
||||
committedFunds: number;
|
||||
fees: number;
|
||||
|
Reference in New Issue
Block a user