Browse Source

Update interface

pull/428/head
Thomas 4 years ago
parent
commit
fc07385665
  1. 2
      libs/common/src/lib/interfaces/portfolio-performance.interface.ts

2
libs/common/src/lib/interfaces/portfolio-performance.interface.ts

@ -5,4 +5,6 @@ export interface PortfolioPerformance {
currentNetPerformance: number; currentNetPerformance: number;
currentNetPerformancePercent: number; currentNetPerformancePercent: number;
currentValue: number; currentValue: number;
isAllTimeHigh: boolean;
isAllTimeLow: boolean;
} }

Loading…
Cancel
Save