Feature/add dialog for benchmarks in markets overview (#3493)
* Add benchmarks dialog in markets overview * Update changelog
This commit is contained in:
@@ -3,6 +3,7 @@ import { BenchmarkTrend } from '@ghostfolio/common/types/';
|
||||
import { EnhancedSymbolProfile } from './enhanced-symbol-profile.interface';
|
||||
|
||||
export interface Benchmark {
|
||||
dataSource: EnhancedSymbolProfile['dataSource'];
|
||||
marketCondition: 'ALL_TIME_HIGH' | 'BEAR_MARKET' | 'NEUTRAL_MARKET';
|
||||
name: EnhancedSymbolProfile['name'];
|
||||
performances: {
|
||||
@@ -11,6 +12,7 @@ export interface Benchmark {
|
||||
performancePercent: number;
|
||||
};
|
||||
};
|
||||
symbol: EnhancedSymbolProfile['symbol'];
|
||||
trend50d: BenchmarkTrend;
|
||||
trend200d: BenchmarkTrend;
|
||||
}
|
||||
|
Reference in New Issue
Block a user