|
|
@ -1,4 +1,5 @@ |
|
|
|
import { TimelineInfoInterface } from '@ghostfolio/api/app/portfolio/interfaces/timeline-info.interface'; |
|
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service'; |
|
|
|
import { IDataGatheringItem } from '@ghostfolio/api/services/interfaces/interfaces'; |
|
|
|
import { DATE_FORMAT, parseDate, resetHours } from '@ghostfolio/common/helper'; |
|
|
|
import { |
|
|
@ -50,7 +51,6 @@ import { |
|
|
|
} from './interfaces/timeline-specification.interface'; |
|
|
|
import { TransactionPointSymbol } from './interfaces/transaction-point-symbol.interface'; |
|
|
|
import { TransactionPoint } from './interfaces/transaction-point.interface'; |
|
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service'; |
|
|
|
|
|
|
|
export class PortfolioCalculator { |
|
|
|
private static ENABLE_LOGGING = false; |
|
|
|