|
|
@ -139,6 +139,8 @@ describe('PortfolioCalculator', () => { |
|
|
|
netPerformanceInPercentageWithCurrencyEffect: 0, |
|
|
|
netPerformanceWithCurrencyEffect: 0, |
|
|
|
netWorth: 0, |
|
|
|
timeWeightedPerformanceInPercentage: 0, |
|
|
|
timeWeightedPerformanceInPercentageWithCurrencyEffect: 0, |
|
|
|
totalAccountBalance: 0, |
|
|
|
totalInvestment: 0, |
|
|
|
totalInvestmentValueWithCurrencyEffect: 0, |
|
|
@ -153,6 +155,8 @@ describe('PortfolioCalculator', () => { |
|
|
|
netPerformanceInPercentage: 0, |
|
|
|
netPerformanceInPercentageWithCurrencyEffect: 0, |
|
|
|
netPerformanceWithCurrencyEffect: 0, |
|
|
|
timeWeightedPerformanceInPercentage: 0, |
|
|
|
timeWeightedPerformanceInPercentageWithCurrencyEffect: 0, |
|
|
|
netWorth: 151.6, |
|
|
|
totalAccountBalance: 0, |
|
|
|
totalInvestment: 151.6, |
|
|
@ -172,6 +176,8 @@ describe('PortfolioCalculator', () => { |
|
|
|
netPerformanceInPercentage: 0.13100263852242744, |
|
|
|
netPerformanceInPercentageWithCurrencyEffect: 0.13100263852242744, |
|
|
|
netPerformanceWithCurrencyEffect: 19.86, |
|
|
|
timeWeightedPerformanceInPercentage: 0.13100263852242744, |
|
|
|
timeWeightedPerformanceInPercentageWithCurrencyEffect: 0.13100263852242744, |
|
|
|
netWorth: 0, |
|
|
|
totalAccountBalance: 0, |
|
|
|
totalInvestment: 0, |
|
|
|