|
@ -431,7 +431,7 @@ export class PortfolioCalculator { |
|
|
: item.investment.div(item.quantity), |
|
|
: item.investment.div(item.quantity), |
|
|
currency: item.currency, |
|
|
currency: item.currency, |
|
|
dataSource: item.dataSource, |
|
|
dataSource: item.dataSource, |
|
|
fees: item.fee, |
|
|
fee: item.fee, |
|
|
firstBuyDate: item.firstBuyDate, |
|
|
firstBuyDate: item.firstBuyDate, |
|
|
grossPerformance: !hasErrors ? grossPerformance ?? null : null, |
|
|
grossPerformance: !hasErrors ? grossPerformance ?? null : null, |
|
|
grossPerformancePercentage: !hasErrors |
|
|
grossPerformancePercentage: !hasErrors |
|
|