|  | @ -16,7 +16,7 @@ import { ExchangeRateDataServiceMock } from '@ghostfolio/api/services/exchange-r | 
			
		
	
		
		
			
				
					|  |  | import { PortfolioSnapshotService } from '@ghostfolio/api/services/queues/portfolio-snapshot/portfolio-snapshot.service'; |  |  | import { PortfolioSnapshotService } from '@ghostfolio/api/services/queues/portfolio-snapshot/portfolio-snapshot.service'; | 
			
		
	
		
		
			
				
					|  |  | import { PortfolioSnapshotServiceMock } from '@ghostfolio/api/services/queues/portfolio-snapshot/portfolio-snapshot.service.mock'; |  |  | import { PortfolioSnapshotServiceMock } from '@ghostfolio/api/services/queues/portfolio-snapshot/portfolio-snapshot.service.mock'; | 
			
		
	
		
		
			
				
					|  |  | import { parseDate } from '@ghostfolio/common/helper'; |  |  | import { parseDate } from '@ghostfolio/common/helper'; | 
			
		
	
		
		
			
				
					
					|  |  | import { Export } from '@ghostfolio/common/interfaces'; |  |  | import { ExportResponse } from '@ghostfolio/common/interfaces'; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | import { PerformanceCalculationType } from '@ghostfolio/common/types/performance-calculation-type.type'; |  |  | import { PerformanceCalculationType } from '@ghostfolio/common/types/performance-calculation-type.type'; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | import { Big } from 'big.js'; |  |  | import { Big } from 'big.js'; | 
			
		
	
	
		
		
			
				
					|  | @ -61,7 +61,7 @@ jest.mock('@ghostfolio/api/app/redis-cache/redis-cache.service', () => { | 
			
		
	
		
		
			
				
					|  |  | }); |  |  | }); | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | describe('PortfolioCalculator', () => { |  |  | describe('PortfolioCalculator', () => { | 
			
		
	
		
		
			
				
					
					|  |  |   let exportResponse: Export; |  |  |   let exportResponse: ExportResponse; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |   let configurationService: ConfigurationService; |  |  |   let configurationService: ConfigurationService; | 
			
		
	
		
		
			
				
					|  |  |   let currentRateService: CurrentRateService; |  |  |   let currentRateService: CurrentRateService; | 
			
		
	
	
		
		
			
				
					|  | 
 |