# Performance

The Performance screen is accessible by default after opening the “My Portfolio” functionality.

<figure><img src="/files/xKiBmgTzNVgfuvE6fDVe" alt=""><figcaption></figcaption></figure>

### Account lookup

If a user has several Investor accounts, he can choose a certain account by tapping the Account lookup which is displayed instead of the “My Portfolio” header, and select the preferred account from the list.

<figure><img src="/files/VnKENfooKbFdXyZHsrwM" alt=""><figcaption></figcaption></figure>

### Diagrams

The following types of diagrams are displayed:

* Pie chart - shows the amount of funds that were invested into the Portfolio considering “Portfolio balance” as well as “Holding period rate of return” from the moment of investment.
* Doughnut chart - shows the “Portfolio allocation” values. The number of chart sectors corresponds to the number of assets in the portfolio as well as Cash. If there is no portfolio (positions) at the account, the chart will be plain and Cash will be displayed. The allocation will be dynamic as it will be built by the current investor’s portfolio.&#x20;

### Cards

Under the diagram a user can find cards that show assets/cash included in the portfolio. &#x20;

<figure><img src="/files/M1g4qj56I7VEk4rsaxte" alt=""><figcaption></figcaption></figure>

The following information is displayed on each card:

* asset name;
* instrument description;
* money equivalent of the asset share in the portfolio (Stock value);&#x20;
* money equivalent of the Cash share in the portfolio is calculated by the formula:

*Cash value in portfolio,$ = ProjectedBalance - sum(StockValue)*

To open full information by the asset/Cash, tap the corresponding card.

<figure><img src="/files/Hn6FQ2k4yvyBCZUcdwFA" alt=""><figcaption></figcaption></figure>

* Holding period rate of return, % - chart shows the rate of return by a single asset/Cash since the moment of investment by days.&#x20;

&#x20;       **Calculations:**

Daily instrument returns/Daily cash return – daily profitability for the instrument and free cash, respectively. The following formulas are used to calculate the these values:

&#x20;       **Daily Cash return:**

*Daily Cash return(i),% = ((EODNetCash(i) - Deposits(i) + Withdrawals(i) + Transfers(i) + TransferAndWithdrawal fees(i) + StockOperation(i) - EODNetCash(i-1))/EODNetCash(i-1))\*100%*

&#x20;      where:

* i - current day;&#x20;
* EODNetCash(i) - the net Cash value at the end of the current day;&#x20;
* Deposits - the sum of all Deposit transactions by the account performed since the moment of the last entry of the Projected balance value in the database;&#x20;
* Withdrawals - the sum of all Withdrawal operations by the account performed since the moment of the last entry of the Projected balance value in the database;&#x20;
* Transfers - the sum of all Transfer operations by the account performed since the moment of the last entry of the Projected balance value in the database;&#x20;
* TransferAndWithdrawal fees - the sum of all Transfer fee and Withdrawal fee operations by the account performed since the moment of the last entry of the Projected balance value in the database;&#x20;
* StockOperation(i) - the sum of all Stock operations by the account performed since the moment of the last entry of the Projected balance value in the database;&#x20;
* EODNetCash(i-1) - the net Cash value at the end of the day that precedes the current day.

&#x20;       **Daily instrument return:**

*Daily instrument return(i) = ((EODLastPrice(i) - EODLastPrice(i-1))/EODSLastPrice(i-1))\*100%,*&#x20;

&#x20;     where:&#x20;

* i - current day;&#x20;
* EODLastPrice (i) - Last price value at the end of the current day;
* EODLastPrice (i-1) - Last price value for the last day before the current date.&#x20;

If there is no previous value, then for the first day of investment, the formula will be the following:&#x20;

*Daily instrument return(i) = ((EODLastPrice(i) - OpenPrice(i))/OpenPrice(i))\*100%*

* Symbol type - shows the type of the traded symbol.
* Trading exchange - shows a trading exchange where the instrument is traded.
* Target allocation - shows a target allocation. The allocation is taken from the model which is assigned to the account.
* Current price - shows a current market price.
* Quantity - shows quantity in lots.&#x20;

<figure><img src="/files/SOjWeedqsbQorWLbIBst" alt=""><figcaption></figcaption></figure>

The colors of the cards correspond to the colors of chart sectors. Tap a certain card to see the share of the asset/Cash in the portfolio on the diagram.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.traderevolution.com/project/traderevolution-for-mobile/phones/my-portfolio/performance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
