|
@ -101,6 +101,7 @@ export class TWRPortfolioCalculator extends PortfolioCalculator { |
|
|
totalInterestWithCurrencyEffect, |
|
|
totalInterestWithCurrencyEffect, |
|
|
totalInvestment, |
|
|
totalInvestment, |
|
|
totalInvestmentWithCurrencyEffect, |
|
|
totalInvestmentWithCurrencyEffect, |
|
|
|
|
|
errors: [], |
|
|
historicalData: [], |
|
|
historicalData: [], |
|
|
totalLiabilitiesWithCurrencyEffect: new Big(0), |
|
|
totalLiabilitiesWithCurrencyEffect: new Big(0), |
|
|
totalValuablesWithCurrencyEffect: new Big(0) |
|
|
totalValuablesWithCurrencyEffect: new Big(0) |
|
|