|
@ -499,8 +499,8 @@ export class PortfolioCalculatorNew { |
|
|
.minus(fees.minus(feesAtStartDate)); |
|
|
.minus(fees.minus(feesAtStartDate)); |
|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
hasErrors: !initialValue || !unitPriceAtEndDate, |
|
|
|
|
|
initialValue, |
|
|
initialValue, |
|
|
|
|
|
hasErrors: !initialValue || !unitPriceAtEndDate, |
|
|
netPerformance: totalNetPerformance, |
|
|
netPerformance: totalNetPerformance, |
|
|
netPerformancePercentage: timeWeightedNetPerformancePercentage, |
|
|
netPerformancePercentage: timeWeightedNetPerformancePercentage, |
|
|
grossPerformance: totalGrossPerformance, |
|
|
grossPerformance: totalGrossPerformance, |
|
|