Skip to content

Commit

Permalink
Merge pull request #163 from vitalets/patch-1
Browse files Browse the repository at this point in the history
Docs: expectedYield для PortfolioPosition возвращает значение в валюте, а не в процентах.
  • Loading branch information
AlexanderVolkovTCS authored May 16, 2022
2 parents 4273e33 + c4bbbac commit eea3554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/contracts/operations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ message PortfolioPosition {
string instrument_type = 2; //Тип инструмента.
Quotation quantity = 3; //Количество инструмента в портфеле в штуках.
MoneyValue average_position_price = 4; //Средневзвешенная цена позиции. **Возможна задержка до секунды для пересчёта**.
Quotation expected_yield = 5; //Текущая рассчитанная относительная доходность позиции, в %.
Quotation expected_yield = 5; //Текущая рассчитанная относительная доходность позиции.
MoneyValue current_nkd = 6; // Текущий НКД.
Quotation average_position_price_pt = 7; //Средняя цена лота в позиции в пунктах (для фьючерсов). **Возможна задержка до секунды для пересчёта**.
MoneyValue current_price = 8; //Текущая цена за 1 инструмент. Для получения стоимости лота требуется умножить на лотность инструмента..
Expand Down Expand Up @@ -319,4 +319,4 @@ message DividendsForeignIssuerReport {
Quotation tax = 10; //Сумма налога, удержанного агентом.
Quotation dividend_amount = 11; //Итоговая сумма выплаты.
string currency = 12; //Валюта.
}
}

0 comments on commit eea3554

Please sign in to comment.