# Getting started

The Portfolio functionality allows an Investor to monitor and control profit and risks in his portfolio to get subsequent income. The Portfolio screen is shown immediately after opening the Investing application.

<figure><img src="/files/iRqPPqqjJprRUi2Q2HPs" alt="" width="375"><figcaption></figcaption></figure>

At the top of the screen a user can see the informational card that displays info about the account selected in the Account lookup.

<figure><img src="/files/hcM29Svz9zi9KQydBxGq" alt="" width="531"><figcaption></figcaption></figure>

* **Pending cash** shows Projected balance(Balance+ unrealized P/L).&#x20;
* **Today return** value is located next to Pending cash. It shows the percentage of growth/drawdown of Pending cash compared to the last trading day. Calculations:

![](/files/UFMhQag23aAi9A0uzOqJ)

where:&#x20;

***CurrentProjectedBalance*** - current value of Projected balance by the account;&#x20;

***Deposit*** - the sum of all Deposit transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***Balance credit*** - the sum of all Balance credit transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***|Withdrawals|*** - modulus of the sum of all Withdrawal transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***|Balance debit|*** - modulus of the sum of all Balance debit transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***Transfers*** - the sum of all Transfer transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***Adjustment*** - the sum of all Adjustment transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***|TransferAndWithdrawal fees|*** - the sum of all Transfer fee and Withdrawal fee transactions by the account performed after the time when the last value of the Projected balance was saved.&#x20;

***LastProjectedBalance*** - the last value of the Projected balance saved to the database for the account by the Investing maintenance scheduler task. If the LastProjectedBalance value = 0, then use the following formula to calculate the Today return value:

![](/files/xDvv1ouSlbYI6OE3nKQd)

where:&#x20;

II - investment income for the current day can be calculated by the following formula:&#x20;

II = CurrentProjectedBalance + (|Withdrawals|+|Balance debit| - Transfers -Adjustment + |TransferAndWithdrawal fees| - Deposit-Balance credit)

* **Open P/L** - Net profit or loss for all open positions and assets.&#x20;
* **Available cash (Available funds)** - the amount of funds to place new orders.&#x20;
* ![](/files/mM78oZYYQZJ0oS7uApmf) **button** allows hiding the following values: Pending cash, Open PnL, Available funds.
* ![](/files/F99CmeEzjJMaaGE8Vex0) **button** allows opening a chart that shows the growth/drawdown of Pending cash. Tap the<img src="/files/IgvwO6Nu5K53EByPKENT" alt="" data-size="original">**button** to close the chart.<br>

  <figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXc1tqVdGz0Qvl8LqXgps3qclIJZkrk9BbVmyRhrSGmMV8Bc_XHGzNJMGpT6oRTefVt4jSd2uzvAV3agwt0FQF2BNY0-erg4TsjWJgMYCxHoj2qC169EkG5NeHATbUl-Sx8redCZ3rjz8ZE2i06A9G9aSsw?key=i34kSG4duM_DXcQbimGXZQ" alt="" width="375"><figcaption></figcaption></figure>

The horizontal axis shows the date, the vertical axis shows the percentage change of the Cumulative daily return value.

**Pie chart**\
The pie chart displays the percentage ratio of all open positions by instrument types.

![](/files/loc1ReQ4zKDDlBXKPhKu)

The number of chart sectors corresponds to the number of instrument types included in the portfolio, as well as Cash. The percentage of each instrument type in the portfolio is calculated by the following formula:

![](/files/dmoLMPYtT7xSAHFtjXKA)

where:

-i - instruments of the same type in the investor's portfolio, i = 1...n, n - number of instruments of the same type in the portfolio&#x20;

-∑Position value(i) - total value of all positions of the same instrument type in the portfolio.&#x20;

-Projected balance - future, estimated balance of the account with accrued and unaccrued profits/losses. Percentage of Cash in the portfolio:

![](/files/Rt4Z8nOm9OnBXwORldrv)

In the center of the diagram a user can see the value of the largest share of the instrument type in the portfolio in percentage, and the instrument type. Next to the pie chart a user can see the list of instrument types included in the portfolio. The colors of the instrument types correspond to the colors of chart sectors.

Under the diagram a user can find the following tabs: Positions, Positions balance, Assets, Orders, Operations.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdeSXVM0yoTp0TYIt4t0aHtoVqY4Ljwj5kYvrv_2mG4oGF8wl2FdeUNFQFp9AMI9xfSYqvvQHpssvUOGNq3twgAxZzPTGpF_pCEQiUlHCbB-ZjAd7ATEHUpjxglp7U-o39PijlI-LWPrOTRszv0NDKW8Q?key=i34kSG4duM_DXcQbimGXZQ" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/investing/portfolio/getting-started.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.
