Metrics

The Metrics screen shows the Portfolio statistics. A user can see here the invested amount of funds, arithmetic mean income for different time periods, the best year result, the worst year result (considering profit), etc.

The statistics data is displayed as cards with a metric name and its value.

The default list of metrics includes the following:

  • Invested amount - invested amount of funds;

  • Portfolio balance - future settlement account balance considering accrued and non-accrued profits and losses;

  • Holding period rate of return - portfolio return since the moment of investment;

  • Max drawdown - the maximum drawdown value. The drawdown value is calculated by the formula:

Drawdown(i),% = (EODPortfolioBalance(i) — max(PortfolioBalance)/max(PortfolioBalance))*100%

where:

  • i - current day;

  • EODPortfolioBalance(i) - the Projected balance value at the end of the current day;

  • max(PortfolioBalance) - the maximum Projected balance value for the corresponding account.

The drawdown value can be calculated by the above-mentioned formula if:

EODPortfolioBalance(i) < max(PortfolioBalance)

Otherwise, the PortfolioBalance value grows, and the drawdown is equal to 0.00%.

If you don’t need any metric, you can remove it by swiping the card left and tapping the “Remove” button.

“Best month” and “Worst month” metrics are the maximum and the minimum values of Monthly return which is calculated by the following formulas:

Monthly return(i),% = ((EOMPortfolioBalance(i) - Deposits(i) + Withdrawals(i) + Transfers(i) + TransferAndWithdrawal fees(i) - EOMPortfolioBalance(i-1))/EOMPortfolioBalance(i-1))*100%

Monthly return(i),$ = EOMPortfolioBalance(i) - Deposits(i) + Withdrawals(i) + Transfers(i) + TransferAndWithdrawal fees(i) - EOMPortfolioBalance(i-1)

where:

  • i - current month;

  • EOMPortfolioBalance(i) - the Projected balance value at the end of the current month;

  • Deposits - the sum of all Deposit transactions by the account performed since the moment of saving the Projected balance value per month (i-1);

  • Withdrawals - the sum of all Withdrawal operations by the account performed since the moment of saving the Projected balance value per month (i-1);

  • Transfers - the sum of all Transfer operations by the account performed since the moment of saving the Projected balance value per month (i-1);

  • TransferAndWithdrawal fees - the sum of all Transfer fee and Withdrawal fee operations by the account performed since the moment of saving the Projected balance value per month (i-1);

  • EOMPortfolioBalance(i-1) - the Projected balance value for the last date of the month that precedes the specified month.

On the list of cards you can see total metrics by the Portfolio. Tap the certain card to watch data by each asset.

Last updated