|
@ -183,9 +183,9 @@ export class PortfolioCalculator { |
|
|
if (!transactionPointsInRange.length) { |
|
|
if (!transactionPointsInRange.length) { |
|
|
return { |
|
|
return { |
|
|
currentValue: new Big(0), |
|
|
currentValue: new Big(0), |
|
|
hasErrors: false, |
|
|
|
|
|
grossPerformance: new Big(0), |
|
|
grossPerformance: new Big(0), |
|
|
grossPerformancePercentage: new Big(0), |
|
|
grossPerformancePercentage: new Big(0), |
|
|
|
|
|
hasErrors: false, |
|
|
netPerformance: new Big(0), |
|
|
netPerformance: new Big(0), |
|
|
netPerformancePercentage: new Big(0), |
|
|
netPerformancePercentage: new Big(0), |
|
|
positions: [], |
|
|
positions: [], |
|
|