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.

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

  • Pending cash shows Projected balance(Balance+ unrealized P/L).

  • 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:

where:

CurrentProjectedBalance - current value of Projected balance by the account;

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

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.

|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.

|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.

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

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

|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.

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:

where:

II - investment income for the current day can be calculated by the following formula:

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.

  • Available cash (Available funds) - the amount of funds to place new orders.

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.

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:

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

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

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

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, Assets, Orders, Operations.

Last updated